[TYPO3-english] Re: Configration for gridelements only in files.

Christian Hackl hackl.chris at googlemail.com
Sun Jan 21 19:54:30 CET 2018


hmm, i dont know, your code looks good for me...
only thing: the icon - i think a path at the icon dont work anymore, i think you must use iconidentifier...

and have you delete your backendlayout in the backend? cleared cache?
Does your gridelement work in the backend?

additional hint:

if you write your gridelements typoscript like this, than you must not  write your full path every time: (e. g. Grid-100.html)

tt_content.gridelements_pi1.10.stdWrap.innerWrap >
tt_content.gridelements_pi1.20.10.setup {
  # ID des gridelements
  1 < lib.gridelements.defaultGridSetup
  1 {
    cObject = FLUIDTEMPLATE
    cObject {
      format = html

      partialRootPaths {
        10 = {$theme.urls.themeResources}Private/Extensions/fluid_styled_content/Resources/Private/Partials/
        20 = {$theme.urls.themeResources}Private/Extensions/gridelements/Html/Partials/
      }
      layoutRootPaths {
        10 = {$theme.urls.themeResources}Private/Extensions/fluid_styled_content/Resources/Private/Layouts/
        20 = {$theme.urls.themeResources}Private/Extensions/gridelements/Html/Layouts/
      }
      templateRootPaths {
        10 = {$theme.urls.themeResources}Private/Extensions/fluid_styled_content/Resources/Private/Templates/
        20 = {$theme.urls.themeResources}Private/Extensions/gridelements/Html/Templates/
      }
      templateName = Grid-100
    }
  }
  2 < .1
  2 {
    cObject {
      templateName = Grid-50-50
    }
  } 


More information about the TYPO3-english mailing list