Is there a way for pages to inherit fields from eachother? #1001
Unanswered
ryansalmond
asked this question in
Q&A
Replies: 1 comment
-
I've wanted something like this as well. Implementing a sort of join would take care of this as we could then go full database with foreign keys and what not but I got around this with DVJS for the moment. |
Beta Was this translation helpful? Give feedback.
0 replies
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Is there a way to have a page inherit attributes of other pages?
i.e. if I had a page called 'vertebrates' and it had all the traits of vertebrates listed as inline fields, and then I had pages for 'mammals' and 'reptiles'– Could I have those two pages inherit the traits from vertebrates without duplicating them individually?
Currently, I have the common fields duplicated by embedding, but when querying the child pages that doesn't seem to pass the field values on to them.
Beta Was this translation helpful? Give feedback.
All reactions