typo3 - typoscript data and where -


col2.10.data = db:pages:{$plugin.mx_esyswebsite.settings.navigation.footersecondcolentry}:title reads title record uid $plugin.mx_esyswebsite.settings.navigation.footersecondcolentry pages table.

now need english value table pages_language_overlay. here there must clause instead of uid:

where pid = $plugin.mx_esyswebsite.settings.navigation.footersecondcolentry 

how can this?

col1.10.data = db:pages_language_overlay:???{$plugin.tx_esyswebsite.settings.navigation.footerfirstcolentry}:title 

when use records object typo3 handle language overlay automatically. documentation here: https://docs.typo3.org/typo3cms/typoscriptreference/contentobjects/records/index.html


Comments

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

performance - Why is XCHG reg, reg a 3 micro-op instruction on modern Intel architectures? -

jquery - Responsive Navbar with Sub Navbar -