Skip to content

Commit

Permalink
Fix field caption and thus in symphonists#35
Browse files Browse the repository at this point in the history
  • Loading branch information
animaux committed Aug 10, 2017
1 parent bcfa39c commit db4e836
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions extension.meta.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@
</author>
</authors>
<releases>
<release version="2.0.3" date="2017-09-10" min="2.3" max="2.x.x">
- Fix field caption and thus `1.D` in https://github.com/symphonists/reflectionfield/issues/35
</release>
<release version="2.0.2" date="2017-04-19" min="2.3" max="2.x.x">
- Fix issues with xslt functions
</release>
Expand Down
2 changes: 1 addition & 1 deletion fields/field.reflection.php
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ public function displaySettingsPanel(XMLElement &$wrapper, $errors = null)
$help->setAttribute('class', 'help');

$help->setValue(__('
To access the other fields, use XPath: <code>{entry/field-one} static text {entry/field-two}</code>.
To access the other fields, use XPath: <code>{//entry/field-one} static text {//entry/field-two}</code>.
'));

$label->appendChild($help);
Expand Down

0 comments on commit db4e836

Please sign in to comment.