Bug #17094
closedFixed a setting in ceditor
0%
Description
since i know TYPO3 one thing in Constanteditor is not working.
Funny that it has the comment
#NOT WORKING
It was planned to decide where displayExample is shown: top or bottom.
There was only forgetten to load the settings.
Now I fixed it and added the feature to manipulatethe align of the image (left, center,right)
I know this is a little fix but I like the way to show the image on top, what was not possible befor.
To show what I'm talking about I added a screenshot.
To apply the settings, 2 settings have to go to user TSconfig:
#position the Help, possible values are top / bottom (default is bottom)
properties.constantEditor.example = top
#align the image, possible values are left / center / right (default is left)
properties.constantEditor.example.imageAlign = center
I also applied the diff for it, please have a look.
(issue imported from #M5160)
Files