Now when exporting display suite settings as a feature, settings for all node displays are exported.
Since a feature is usually a package of one or more content types (not all) I would expect the ability to select which content type displays I want to have in my feature (like on the export page).
Comments
Comment #1
swentel commentedMakes sense - I need to re-evaluate features integration anyway (more exports eg all variables) - moving to the right queue.
Comment #2
swentel commentedChanging title - jeej for strongarm to export variables :)
Export per feature coming soon.
Comment #3
swentel commentedOk, commited the code - you can now select which object to export to default settings.
Not closing however, because I have 2 small things I need to look at:
- fieldgroups aren't recognized when in code
- revert fields in general, need to find out how to accomplish that (if possible at all)
Comment #4
swentel commentedOk fieldgroups are recognized, you just don't see them at admin/ds/nd/fieldgroups which isn't a problem at all. looking for field defaults now.
Comment #5
swentel commentedOk, fields is really to hard right now to keep track of overridden values - implementing hook_ds_fields in the generated module file by features seems like a better solution anyway, because less code is loaded than. Closing for now.
Comment #6
swentel commentedOh and btw, changing fields from code and seeing the change of it after flushing cache will be solved after #779040: Create DS UI module gets in.
Comment #7
stijndm commentedAllright, checking this out soon.