- Issue created by @mukhtarm
- Merge request !293Issue #3506624: Set required to TRUE for title and body in basic_text. → (Open) created by anish.ir
Adding a Basic text component is acceptable since it does not impact the layout—it simply provides content without modifying the page structure.
However, when using the Basic text repeater as an accordion item, it introduces an issue: an empty accordion item is created by default. This results in a glitchy user experience, as it adds a blank section to the page, which is not the intended behavior.
I am adding a screen recorder here.
Add required: true for
field.field.block_content.provus_basic_text.field_provus_title.yml
field.field.block_content.provus_basic_text.field_provus_body.yml
configs.
Active
2.2
Code