[TYPO3-german] Re: Antw: Re: Antw: fluid_styled_content

Christian Hackl hackl.chris at googlemail.com
Mon Sep 4 20:24:58 CEST 2017


Zum beispiel wie in deinem link...

20 sind deine eigenen templates, 40 kommt vom backend constanten editor (optional)....
Typo3 sucht dein template partial etc. Zuerst in 40, wenn es da nicht fündig wir, sucht es weiter in 20 und wenn da auch nix ist, sucht es in den originalem ordner pfad, der ist für gewohnich 10 oder 0...
Die namen der dateien mussen exakt gleich sein wie vom original.... ausser du hast dein eigenes ganz neues partial, auf das du in einer anderen datei verweist.

lib.contentElement {
  templateRootPaths {
    20 = {$theme.urls.themeResources}Private/Extensions/fluid_styled_content/Resources/Private/Templates/
    40 = {$styles.templates.templateRootPath}
  }
  partialRootPaths {
    20 = {$theme.urls.themeResources}Private/Extensions/fluid_styled_content/Resources/Private/Partials/
    40 = {$styles.templates.partialRootPath}
  }
  layoutRootPaths {
    20 = {$theme.urls.themeResources}Private/Extensions/fluid_styled_content/Resources/Private/Layouts/
    40 = {$styles.templates.layoutRootPath}
  }
}



More information about the TYPO3-german mailing list