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

markdorison’s picture

I believe that since this module stores its data in the variables table you can get full features support by simply using the Strongarm module.

Anonymous’s picture

Build modes added through the admin interface are stored in a Drupal variable named buildmodes_modes.

Just add:

features[variables][] = "buildmodes_modes"

to your module's info file, re-export your feature, and it's exported.

Anonymous’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.