thuecat/Configuration/TypoScript/ContentElements/Rendering/_base.typoscript
Dirk Koritnik d23f023aa1
Add Twitter Bootstrap markup to templates (#50)
This allows out of the box integration into websites using the Twitter
Bootstrap Frontend Framework.

Resolves: #11
2021-09-14 15:02:16 +02:00

10 lines
290 B
Plaintext

lib.thuecatContentElement =< lib.contentElement
lib.thuecatContentElement {
partialRootPaths {
0 = EXT:thuecat/Resources/Private/Partials/Frontend/ContentElement/
}
templateRootPaths {
0 = EXT:thuecat/Resources/Private/Templates/Frontend/ContentElement/
}
}