Feature #89782
closedStreamline "containerClassAttribute"
0%
Description
It would be nice if the property "containerClassAttribute" would be created in a standardized way for all "types" just like this e.g.:
properties:
containerClassAttribute: 'input radiobuttons'
type: RadioButton
Right now, the containerClassAttribute: 'input checkbox' is the only one, all the other types have only 'input' by default.
Updated by Björn Jacob over 2 years ago
- Subject changed from containerClassAttribute, generated by the form-wizzard to Streamline "containerClassAttribute"
- Description updated (diff)
- PHP Version deleted (
7.3) - Sprint Focus set to Remote Sprint
Updated by Björn Jacob over 2 years ago
- Status changed from New to Closed
I am closing this issue. In TYPO3 v11 we added new templates (Bootstrap 5 ready) and optimized the YAML configuration. See https://docs.typo3.org/c/typo3/cms-core/main/en-us/Changelog/11.5/Feature-94868-IntroduceBootstrap5CompatibleAndAccessibleTemplates.html. That way, additional classes can be easily added by configuration. In addition, we have streamlined the templates to provide something similar.
We do not want to work on the Bootstrap 3 templates. Those will be deprecated in v12 and removed in v13.