Active
Project:
Delta
Version:
7.x-3.x-dev
Component:
Documentation
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
29 Apr 2011 at 21:24 UTC
Updated:
18 Jul 2012 at 08:12 UTC
Need to add (in README.txt, delta.module maybe) documentation on defining a delta in code (via custom module) and also via Features export.
I can take care of this once I have the details straight in my own head. :)
Comments
Comment #1
johnpitcairn commentedAny update on this?
Comment #2
johnpitcairn commentedFor anyone looking for this while it's not well documented, you implement the ctools plugin api to load an exported delta configuration. In a custom module:
file mymodule.module:
file mymodule_delta.delta.inc:
Enable your module, then visit the Delta admin page and click "revert" for each exported delta configuration.
Comment #3
johnpitcairn commentedHmm ... if attempt to override the module-provided defaults by editing the config in the UI, I can't save the edited config:
The configuration options are not saved.
So I guess I am missing something in the module code above. Himerus?