Skip to content

Commit

Permalink
Add attribute data-context
Browse files Browse the repository at this point in the history
In 2.6.x options got class irrelevant due to missing data-context
  • Loading branch information
moretaste committed Nov 23, 2015
1 parent 567f303 commit 2629978
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions data-sources/datasource.storage.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2629978

Please sign in to comment.