It'd be really useful to be able to export per-node Panelizer overrides too.

Comments

damienmckenna’s picture

Status: Active » Needs work
StatusFileSize
new1.43 KB

WIP.

damienmckenna’s picture

StatusFileSize
new1.8 KB

This might work with Panelizer v1, it needs to be updated for the Panelizer v2 API changes.

floretan’s picture

For Panelizer v2, panelizer_import_alter() is not needed anymore. However, all objects in the panelizer structure are converted to arrays on export, making the import fail. This has nothing to do with this patch tough, it has to do with the use of features_var_export() in defaultcontent.module, which would have to be switched to a method that preserves objects.

Jeffrey C.’s picture

Can anyone confirm which patch is working with v2 and if that patch is clean?

damienmckenna’s picture

Nothing works yet for v2 or v3.

Jeffrey C.’s picture

All right. If anything is ready to commit, let me know :).

Jeffrey C.’s picture

Status: Needs work » Closed (won't fix)

Dear all,

No features will be added to this module. Please check UUID Features Integration, a more flexible alternative. Check #1869366: Future Plan for more details.