Conversation
spoonerWeb
commented
Aug 11, 2023
- Drop v11 support
- Use event instead of hook
- Use ViewHelper to handle in backend templates
- Adapt CSS and JS to new v12 backend
Add v12 support in composer.json
|
Wrongly pushed PR (had some custom UI stuff changes) but this PR also introduces support for collapsing a whole column Should we merge these two into a single PR @spoonerWeb |
|
I am using the code from this PR but have these problems:
I also tried the version from the closed PR #8 @sorenmalling but the columns and content elements were not collapsible as advertised. In a previous version (in v11) I have this: ce (container and non-container) within container are collapsible: |
|
About the problem of the collapse buttons not being displayed in the children: I also noticed, that all children of the container use the partial so when the Templates are called in the core Page Layout, the override of partial Header works, but when templates are called from
|
|
The following fixed the problem "CE and container within a container are not collapsible (this used to work)"
Unfortunately, I could not yet figure out how to get it to use the collapse partial and not the backend partial for the nested elements (as mentioned above). |
|
If anyone could re-up the change and merge them into one PR, I'm happy to create a release within the next few days. Sorry for the long silence. |

