Sometimes you want to disable a feature module, but not lose the functionality or configuration that was defined by it.

I'd like to use Features to create one-off configuration scripts in order to move configurations from one site to another, but without creating a mess of features which do very little and would never work on their own anyhow. So, I'd like ot be able to delete the feature files after they are enabled and do their thing.

Can this be done? If not, please convert this to a feature request, as this seems like a pretty reasonable use case: using features as a global import/export method as well as a compartmental site building method.

Comments

hefox’s picture

Status: Active » Closed (fixed)

Currently, some faux exportables will mostly be on the site after enable a feature then removing it, whereas true exportables will disappear.

There's an open issue to be able to take the feature and put it back to the database, see #1014522: Upgrade existing features to D7 (there's some comments linking to other relavent issues).