Postponed
Project:
Sweaver
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
3 Dec 2010 at 21:31 UTC
Updated:
21 Aug 2013 at 20:01 UTC
Would be nice if you could export your configuration as a theme. It would add the dependancy on the current theme you are working off of and also create all the needed info / css file along with giving a clean human readable name to the images based on the description given when uploaded.
Comments
Comment #1
swentel commentedMoving to the drupal 7 version - nice request - could be a very cool plugin.
Comment #2
swentel commentedNote to myself: the current configuration of selectors than can live in the info file of a theme should be able to work together with the code too. This will rule if we can make this work!
Comment #3
Fonkel commentedWould be very nice, since you can modify an existing theme and then export is. After exporting it, it is available to upload as a new theme in Drupal.
This lets me think: Maybe integration with the Features Module?
Comment #4
doomed commentedSubscribing to this interesting idea.
Comment #5
cmcintosh commentedThis should be a pretty simple task to accomplish, you would just need to copy the contents from the parent them, or better yet create a sub theme of the base theme and add a css file with the changes.
Comment #6
cmcintosh commentedMy implementation on this will be exporting a Sub-theme and not a whole theme. It reduces the amount of rewrite via php.
Comment #7
adamharms commentedsubscribing
Comment #8
pawel_r commented+1
Comment #9
rikose commented+1
Comment #10
bradallenfisher commentedI would love to see this as a feature. AWESOME MODULE BTW!
Comment #11
candelas commented+1 and thanks for the module!
Comment #12
bradallenfisher commentedHow hard would it be to make sweaver exportable by features? I know the settings are exportable using strongarm, but the styles are not.