Is there a way to disallow nesting pages with specific templates #5004
Unanswered
sietseveenman
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Within a collection it's possible to nest pages of any blueprint inside each other.
Let's say I have a collection with two types of blueprints 'series' and 'story'. A story entry could be part of a series entry. But a series entry should never be part of another series entry.
So is there a way to allow only story entries to be nested inside of series?
I did not find a way to accomplish this yet. One way I was trying to do this is to listen to the draggable-tree change event on the Vue side of things...no luck there.
Beta Was this translation helpful? Give feedback.
All reactions