Top "Typoscript" questions

TypoScript is a descriptive language which defines how a website in the CMS TYPO3 is rendered.

extbase mapping to an existing table doesn't work

I've extended the pages table and now I want to use some of the data in a domain object called "…

mapping persistence typo3 typoscript
TYPO3: Wrap RECORDS if not empty or hidden in TemplaVoila

I have a field mapped in TemplaVoila as "container of elements" which generates some Typoscript in "Data processing": 10= RECORDS 10.source.…

typo3 typoscript templavoila
How to add a new template to Typo3 "Layouts" drop-down list

I have a Typo3 installation with 3 existing layout options. These are all declared in the page.ts file like so: #…

templates typo3 typoscript
Typoscript IMAGE object: disable height/width attributes

Is there any way to prevent typo3/typoscript IMAGE object from adding the dimension attributes (height and width) to the …

typo3 typoscript
TypoScript: {field:uid} replacement not working | Different CSS class per menu item

I have a header menu and try to define different CSS classes for each item. This is what I have: 20 = …

typo3 typoscript
How to get page categories in Typoscript (and use with tx_news)

I would like to read out a page's system categories for further use with tx_news (to display news that …

typo3 typoscript tx-news
how to insert the language id in a typolink in typoscript

i want to add the language id in a typolink so far LOGO = COA LOGO { 10 = TEXT 10 { value = logo typolink { parameter = 116 …

typo3 config typoscript typolink