-
-
Notifications
You must be signed in to change notification settings - Fork 8
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
Conditional field layout within blocks #64
Comments
Yep, we're going to wait for Craft 4 which introduces field conditionals, to piggyback off that functionality! |
craftcms/cms#10300 Go for it 👼 😄 |
Is this still on the road-map? Hopefully simple to piggyback :) |
It's much more complicated than that, unfortunately. We'd need to build in conditionals completely from scratch, as the Vizy field is using Vue, and the conditions use jQuery and htmx - they aren't really compatible. So this will have to go on the long-term roadmap. |
Completely understandable, they do not mix. |
What are you trying to do?
A description of what you want to happen.
I wan't to make blocks easier and more flexible to be used by content editors. So if a certain setting is checked inside a block show fields or hide other fields which are irrelevant.
What's your proposed solution?
A description of how you think this could be solved, including any alternatives that you considered.
Just look at https://plugins.craftcms.com/reasons :-) and get it to work withn the Vizy blocks
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: