deb-horizon/releasenotes/notes/angular-features-d677356f161322d6.yaml
Rob Cresswell 1050755d05 Add ANGULAR_FEATURES setting dict
We should unify the angular features (new panels, workflows, etc.) in a
single setting. This also makes it a little cleaner to read, simply
using the 'truthiness' of a key rather than string comparisons.

I haven't moved the 'swift_panel' setting, as that panel will be removed
in the O cycle anway, so it seems pointless to move a setting causing
potential issues for a single cycle.

Change-Id: Ia5702ff523355ae895e14cc3d49c895128478944
2016-08-15 21:01:53 +00:00

5 lines
138 B
YAML

---
features:
- Added a new ``ANGULAR FEATURES`` dictionary to the settings.
This allows simple toggling of new AngularJS features.