.. include:: Images.txt .. ================================================== .. FOR YOUR INFORMATION .. -------------------------------------------------- .. -*- coding: utf-8 -*- with BOM. .. ================================================== .. DEFINE SOME TEXTROLES .. -------------------------------------------------- .. role:: underline .. role:: typoscript(code) .. role:: ts(typoscript) :class: typoscript .. role:: php(code) Page TSconfig ^^^^^^^^^^^^^ - You can use the Page TSconfig to define some template layouts. Example ~~~~~~~ Here an example with 3 layouts for your templates: :: tx_camaliga.templateLayouts { 0 = Standard-Layout 1 = Layout for the left column 2 = Layout for the right column } - You can use every number and description for the layouts. - Now you can select a layout in the FlexForm of every page. - Finally you can use now different layouts in your templates. Example ~~~~~~~ Here an example for a template (extract) with 2 layouts: ::

Phone: {content.phone}
Mobile: {content.mobile}
Email: {content.email}

- Furthermore you can use TSconfig to rename or hide camaliga-fields. Here two important examples: :: TCEFORM.tx_camaliga_domain_model_content.custom2.disabled = 1 TCEFORM.tx_camaliga_domain_model_content.custom1.label = Date: |img-19| *Image 17: You find this on the Ressources tab of a page*