[TYPO3-english] Fluid template FE and BE not matching

Jacco van der Post jacco at id-internetservices.com
Tue Dec 20 17:57:09 CET 2016


id's of the backendlayouts correspond?

I would also make the backendlayout in a tsconfig file.. (or dont you 
use an extension for your config??) You can load tsconfig files via 
ext_localconf.php

then you can use them as

file.stdWrap.cObject {
         key.data = levelfield:-1, backend_layout_next_level, slide
         key.override.field = backend_layout

         default = TEXT
         default.value = {$paths.tmplPath}Templates/1ColFull1ColNormal.html
         pagets__1 = TEXT
         pagets__1.value = {$paths.tmplPath}Templates/1Column.html

         pagets__5 = TEXT
         pagets__5.value = 
{$paths.tmplPath}Templates/1ColFull1ColNormal.html

tsconfig file for example:

mod.web_layout.BackendLayouts {
     1 {
         title = 1 col normal
         icon = 
EXT:thcb_template/Resources/Public/Icons/BackendLayouts/1colNormal.gif
         config {
             backend_layout {
                 colCount = 1
                 rowCount = 1
                 rows {
                     1 {
                         columns {
                             1 {
                                 name = Column normal
                                 colspan = 1
                                 colPos = 1
                             }
                         }
                     }
                 }
             }
         }
     }

     5 { etc.


More information about the TYPO3-english mailing list