Files
the-example-app-nodejs/lib/should-attach-entry-state.js
David Litvak Bruno 1515d09dc2 Refactor entry state toggle (#48)
* chore(editorialFeatures): extract editorial features toggle

* chore(refactor): rename function to make more contextual sense
2017-11-09 11:24:07 +01:00

4 lines
130 B
JavaScript

module.exports = (response) => {
return response.locals.settings.editorialFeatures && response.locals.currentApi.id === 'cpa'
}