-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[FEATURE] Set to v12 support #6
base: main
Are you sure you want to change the base?
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). |