While the admin form for adding/editing a build mode is (blissfully) succinct it would still be nice to include a buildmode as part of a feature.
While the admin form for adding/editing a build mode is (blissfully) succinct it would still be nice to include a buildmode as part of a feature.
Comments
Comment #1
markdorisonI believe that since this module stores its data in the variables table you can get full features support by simply using the Strongarm module.
Comment #2
Anonymous (not verified) commentedBuild modes added through the admin interface are stored in a Drupal variable named buildmodes_modes.
Just add:
to your module's info file, re-export your feature, and it's exported.
Comment #3
Anonymous (not verified) commented