dkmedie / fluxmigrate

Tool to help migrate from the TYPO3 extension Flux to a solution closer to core
GNU General Public License v3.0
1 stars 0 forks source link

Migration of Flux column elements #2

Open stigfaerch opened 2 years ago

stigfaerch commented 2 years ago

How should Flux elements with columns be migrated? Which extension should we rely on to make columns possible?

stigfaerch commented 2 years ago

We prefer using EXT:container together.

Using this together with EXT:content_defender it would possible migrate the more complex nested column Flux content elements. An example could be an element where the user for a tabs element can create any number of tabs which again can contain any number of content elements. This could be migrated to two element types:

  1. "Tabs" element with one column
  2. "Tab" element with one column
    • "Tabs" can only contain "Tab"
    • "Tab" can only be placed in "Tabs"
wolffc commented 2 years ago

we currently don't use a container elment apart from flux. but EXT:container seems to be the most likly migration target for us.