- Issue created by @mh_nichts
- 🇫🇷France pdureau Paris
✨ Get rid of the mandatory "#" prefixes Active has added support to renderable without "#", but the old syntax is still available. It was not supposed to be a breaking change.
I don't see anything wrong in:
id: 'mypage' label: 'My page' render: - '#theme': layout__mytheme top_full: - '#type': pattern '#id': heading '#fields': title: 'Page title'
You have only "top_full" as
#theme': layout__mytheme
children? - 🇫🇷France mh_nichts
I posted a "reduced test case" but yes, the children of
'#theme': layout__mytheme
are only the regions names, and they aren't special keywords. - 🇫🇷France mh_nichts
I think maybe there is an exception to add when handling
content
which is a kind of special object ? - Merge request !20Issue #3484571 by mh_nichts, pdureau: Manage layouts regions → (Open) created by pdureau
- 🇫🇷France pdureau Paris
Florent, do that mean our 1.0.0 implementation was too naive?
Let's discuss before merging.
(Note: UI Patterns 2 will also need this change)