Get FlexForm configuration in TypoScript
问题 I need to get the page.headerData in typoscript from pi_flexform.How can implement my requirement? page = PAGE page { headerData { 10 = TEXT 10.value =<script>/**********************/</script> } } 回答1: I am not so sure about what you really need. I am guessing you want to access a FlexForm configuration inside your TypoScript? Since the version 8.4 this is possible by using plain TypoScript lib.flexformContent = CONTENT lib.flexformContent { table = tt_content select { pidInList = this }