Skip to content

Instantly share code, notes, and snippets.

@ludwigmair
Forked from kitsunet/gist:1845639
Created November 5, 2012 15:56
Show Gist options
  • Save ludwigmair/4017957 to your computer and use it in GitHub Desktop.
Save ludwigmair/4017957 to your computer and use it in GitHub Desktop.
TYPO3: page teaser
lib.myContent = COA
lib.myContent {
10 < styles.content.get
10.select.pidInList = INSERT_YOUR_PAGE_ID_HERE
10.stdWrap.stripHtml = 1
10.stdWrap.crop = 100 | ... | 1
20 = TEXT
20.value = READ MORE
20.typolink.parameter = INSERT_YOUR_PAGE_ID_HERE
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment