.. ================================================== .. FOR YOUR INFORMATION .. -------------------------------------------------- .. -*- coding: utf-8 -*- with BOM. .. ================================================== .. DEFINE SOME TEXTROLES .. -------------------------------------------------- .. role:: underline .. role:: typoscript(code) .. role:: ts(typoscript) :class: typoscript .. role:: php(code) Items (->ITEMS) ^^^^^^^^^^^^^^^ .. ### BEGIN~OF~TABLE ### .. container:: table-row Property smaller Data type cObj Description Configuration of the link to a smaller font size. Default - .. container:: table-row Property default Data type cObj Description Configuration of the link to the default font size (optional, only used if showDefault is set) Default - .. container:: table-row Property bigger Data type cObj Description Configuration of the link to a larger font size. Default - .. ###### END~OF~TABLE ###### ((generated)) """"""""""""" Example ~~~~~~~ The default configuration for the items as provided by the extension: :: items { smaller = TEXT smaller { value = A- noTrimWrap = || | } default = TEXT default { value = a wrap = | } bigger = TEXT bigger { value = A+ noTrimWrap = | || } } Each item can be any content object you like. If you want images as links use an IMAGE object instead of TEXT, or be creative with something like a Gifbuilder image!