FluidTYPO3 / fluidcontent

TYPO3 extension Fluidcontent: Fluid Content Element Engine
71 stars 64 forks source link

Add EXT:news in flux.form.content #159

Closed tazeverywhere closed 10 years ago

tazeverywhere commented 10 years ago

Hello,

When I whant to insert a plugin (in my case tx_news) in a content area like:

<flux:form.content name="left" label="My left content" />

the plugin is not inserted. I can see it created in List module but not in the Page module in the right place.

I tried:

<flux:form.content name="left" label="My left content" />
           <flux:form.variable name="allowedContentTypes" value="text,textpic,news_pi1" />                     
</flux:form.content>

but without success.

I think it's about Ctype for EXT.news that is not recognized, but I can't find why.. any idea ? Anyone can reproduce this ? The same behavior occurs with others plugins like powermail for exemple.

Btw, I use the plugin "Tesseract" and it works perfectly inserted as CE in a flux.form.content.

Thx for feedback, Sylvain

I use: Typo3 6.2.3 flux 7.0.0 fluidpages 3.1.0 fluidcontent 4.1.0 vhs 2.0.0 news 3.0.0 All from Git.

benjaminrau commented 10 years ago

Checkout the branch mentioned in FluidTYPO3/flux#558

This is related and solved in EXT:flux

tazeverywhere commented 10 years ago

@benjaminrau Thx a lot, switching to the hmspl dev branch solved it ;)

danilobuerger commented 10 years ago

This has been merged into the main dev branch, please dont use my fork for this anymore :-)