How to create a 3x level deep term menue? #1264
Rar9
started this conversation in
Feature Requests & Ideas
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.
Uh oh!
There was an error while loading. Please reload this page.
-
How to build a 3x level menue with terms that can be moved in order/hierarchy? Each term will have multiple fields.
My guess array in some relationship, but Video would be much better for understanding.
This is 3 levels but is missing user friendliness,
This is especially true more than a name field is required.
if each term requires images and multi richtext fields need to be added everything will be impossible to edit.
Perhaps there is a better way?
{ name:"level1", type:"array", fields:[ {name:"name",type:"text"}, {name:"level2",type:"array", fields:[ {name:"name",type:"text"}, {name:"level3",type:"array", fields:[{name:"text",type:"text"}]} ]}, ] },
Beta Was this translation helpful? Give feedback.
All reactions