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

"HocomAdvies [  Wiechert Hooghwinkel "HocomAdvies [  Wiechert Hooghwinkel
Wed Dec 21 10:02:45 CET 2016


Jacco, 

Thanks for the eye-opener. The id’s of the BE where the problem now it seems to work well. I do not use an extension. But I think this could also work when having the templates in a template dir as I now have. 

Wiechert

> Op 20 dec. 2016, om 17:57 heeft Jacco van der Post <jacco at id-internetservices.com> het volgende geschreven:
> 
> 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.
> _______________________________________________
> TYPO3-english mailing list
> TYPO3-english at lists.typo3.org
> http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english



More information about the TYPO3-english mailing list