Closed (fixed)
Project:
Features
Version:
7.x-1.x-dev
Component:
Documentation
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
12 Jan 2012 at 03:46 UTC
Updated:
12 Jan 2012 at 04:57 UTC
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
Comment #1
hefox commentedCurrently, 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).