Features

#{if features} #{list items:features, as:'feature'} #{/list} #{/if} #{else} #{/else}
Feature Status Change status
${feature.name}
${feature.enabled ? 'ON' : 'OFF'}
${feature.enabled ? 'switch off' : 'switch on'}

No Features Found.

There are two possible reasons for this.
  • Either you haven't defined them in your code yet
  • Or you have to open up your webapp once, call the relevant controllers etc, so that the module can pick up the feature flags you defined.