diff --git a/data-sources/datasource.storage.php b/data-sources/datasource.storage.php index e2c9eb6..695ee6e 100644 --- a/data-sources/datasource.storage.php +++ b/data-sources/datasource.storage.php @@ -55,6 +55,7 @@ public static function buildEditor(XMLElement $wrapper, array &$errors = array() $fieldset = new XMLElement('fieldset'); $fieldset->setAttribute('class', 'settings contextual ' . __CLASS__); + $fieldset->setAttribute('data-context', 'storage'); $fieldset->appendChild(new XMLElement('legend', self::getName())); // Groups diff --git a/extension.meta.xml b/extension.meta.xml index a7c976d..3d4c605 100644 --- a/extension.meta.xml +++ b/extension.meta.xml @@ -14,6 +14,9 @@ + + - Bug fix, add attribute data-context to display options in symphony 2.6.x + - Refactored storage class; storage can actually be unset now, fixes cookie issues.