[TYPO3-mvc] Extbase + Flexform-Settings and custom pagetype
Sebastian Fischer
sf at marketing-factory.de
Mon Apr 4 10:46:40 CEST 2011
On 03.04.2011 15:18, Malte Beran wrote:
> Hi,
> i've got in my extension an custum pagetype.
> if i call my ext with my custom pagetype, all my flexform settings are
> unavaible due this->settings.
> the typoscript settings are all available.
>
> With the default pagetype the ext works fine.
>
> Here is my pagetyp configuration:
>
> justText = PAGE
> justText {
> typeNum = 1338
> 10 =< tt_content.list.20.mbimmoobjects_viewobjects
>
> config {
> disableAllHeaderCode = 1
> xhtml_cleaning = 0
> admPanel = 0
> }
> }
>
> Can somebdy find the error?
>
> Thanks in advance
>
> Malte
I thing you should revere to something like
10 = CONTENT
10.table = tt_content
10.select = pidInList = {$yourPageWithPlugin}
Then you will be able to have a content element which is configurable by
FlexForms and more.
Greetings
Sebastian
More information about the TYPO3-project-typo3v4mvc
mailing list