FluidTYPO3 / fluidcontent

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

Custom CKEditor not showing up with fluid content elements #422

Closed MrMooky closed 7 years ago

MrMooky commented 7 years ago

TYPO3 8.7.4 with Fluidcontent 5.2.0 (from TER) does not seem to use the preset I defined:

RTE.default.preset = siteway_presets

It works fine with a regular text element, or any other TYPO3 default, though.

Regular Text Element

screen shot 2017-09-06 at 9 48 23 am

Custom Fluidcontent element

screen shot 2017-09-06 at 9 48 52 am

rupasix commented 7 years ago

Your issue is connected with this: https://github.com/FluidTYPO3/flux/issues/1388, and was repaired here: https://github.com/FluidTYPO3/flux/pull/1426.

Please remember that "fluidcontent" is now considered obsolete so push next issues to flux repo.

MrMooky commented 7 years ago

Please remember that "fluidcontent" is now considered obsolete...

Is there a short tutorial on how to create custom content elements with flux? We've been using fluidcontent for some time now and never heard of the possibility to build custom elements with flux.

Also, the fix you linked to did not change a thing. The default RTE config still shows up, I even hardcoded the full preset into the flux Text.php file. UPDATE: forgot to update the ViewHelper file, finally works fine for now. :)

rupasix commented 7 years ago

You can read more about that here ("OBSOLETE!" section) https://github.com/FluidTYPO3/fluidcontent/blob/development/README.md

I haven't tested it yet because new flux, capable to handling new CType, is still on "development" branch :)

NamelessCoder commented 7 years ago

Is there a short tutorial on how to create custom content elements with flux?

There is. In its full form, that guide is:

Uninstall fluidcontent

Flux takes over automatically. The templates are 100% identical.

Closing this issue since it's fixed in https://github.com/FluidTYPO3/flux/pull/1426 and would belong in Flux's issue tracker anyway.

MrMooky commented 6 years ago

@NamelessCoder Sorry about posting in such an old issue, but just uninstalling fluidcontent caused all elements to display: Content Element with uid "X" and type "fluidcontent_content" has no rendering definition!. Any idea why that happens?

MrMooky commented 6 years ago

Your issue is connected with this: FluidTYPO3/flux#1388, and was repaired here: FluidTYPO3/flux#1426.

That does not fix it. No effect at all. Even after almost half a year. :/