You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remark: You can enter a <i>string</i> in the <i>title/caption</i> attribute if you want to use a text other than the one defined in the image record.
88
-
For example: <b>{{ img('image-id.jpg', {title: 'My tooltip'}, a) }}</b>.<br/>
88
+
For example: <b>{{ img('image-id.jpg', a, {title: 'My tooltip'}) }}</b>.<br/>
89
89
<br/>
90
90
<i>Note 2</i>: You can use the <i>declare</i> function within the Twig code to change some template settings without having to change it for all the other articles.
91
91
For example, <b>{{ declare('timeline-label', 'Events', a) }}</b> changes the label of the list of events displayed on the <i>Analysis</i> page, which now displays the text "Events" instead of "Timeline".
0 commit comments