I created a few reusable custom content panes, using the 'Custom content panes' module, included in CTools v6.x-1.7 (/admin/build/ctools-content). I would like to export them and put them into a module, so they're called from code instead of the database.
Which function should I implement to make this work?
Comments
Comment #1
merlinofchaos commentedTurn on the bulk export module, select those 3 custom content panes, select your module name, and hit export. That will give you all of the code you need to do this.
I believe features can do for you this even more easily.
Comment #2
brunodboFirst time using bulk export. *Waaaaw!* :)