The Structured Content Initiative is working on a dynamic grid system and we have to take care of a lot of cases like responsiveness, translation, workspaces, etc.
The actual page module handle an option called “showNewContentWizard”, and this option add a condition in the record fluid template:
- if this option is activated (it is by default), then a content record display a button to add a new content after it, and this button open the actual wizard in a modal.
- if this option is disabled (via TSConfiguration), then, a content record display a simple link directly to the new content form screen, without showing the wizard for selecting a content type, and will display the first content type allowed for the editor. The editor will then have to switch to another content type if this first type isn’t the needed one.
We recommend to remove this old TSConfiguration and this condition in the record fluid template since we think it’s not used anymore,or at least, won’t be used anymore in next TYPO3 versions projects by the majority of editors.
Removing this condition would simplify the fluid template code for the content record’s new content actions and rationalize the effort for accessibility and UX on only one case.
We’d like to have your thought about it. Please give us your opinion on this!