When exporting a Panelizer defaults variable via Features, e.g. the "panelizer_defaults_node_video" variable for a Video content type, it can result in messy data. Specifically it will initially export a 'default' attribute with the value "0", then when it's updated again it'll instead have the name "default display".
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | panelizer-n2303079-1.patch | 1.82 KB | damienmckenna |
Comments
Comment #1
damienmckennaThis removes the 'default' value from the settings array default, and always removes the 'default display' value prior to saving the variable.
Comment #2
damienmckennaFixed.