By jrockowitz on
Change record status:
Published (View all published change records)
Project:
Introduced in branch:
8.x-5.x
Introduced in version:
8.x-5.0-rc1
Issue links:
Description:
Summary
The markup elements were previously about to support sub-elements but these sub-elements were not being rendered in the preview. The ability to nest sub-elements under markup elements was removed.
Markup elements include...
- Message
- Item
- Basic HTML
- Advanced HTML/Text
- Label
If you need to wrap sub-elements in a messages wrapper, please use a container.
message:
'#type': container
'#attributes':
class:
- 'messages messages--warning'
textfield:
'#type': textfield
'#title': textfield
Impacts:
Site builders, administrators, editors
Themers