2017-06-14, 06:13:52
(2017-06-14, 00:04:59)morvy Wrote: not sure if I understand correctly what you're asking, but where does the <div class="potato"> come from ? When is the potato class added to this div?
Might it be added to a page in the source editor part of the page editor?
It can be done with plugin GS Custom Settings. You edit a page in de source modus. You make a div and set the class to potato
Code:
<div class="potato">bla</div>
Code:
<div class="potato (% setting: test1/new_setting %)">bla</div>