I don't believe that there is anything in the back office natively that will help you. You'll need to review the Packages section to see if someone has created something that will meet your purposes, but I'd be tempted to build a custom data type for this.
Show categories based on first selection
http://prntscr.com/l07vc1 I have 2 dropdown properties in backoffice. Lets say that i can pick
If someone pick category 1 , i want to show second dropdown which will have values based on first dropdown selection.
Can i do that in backoffice?
And second question is, can i display to user category 1 in dropdown and set alias category_1 for this value.
Hi Josip,
I don't believe that there is anything in the back office natively that will help you. You'll need to review the Packages section to see if someone has created something that will meet your purposes, but I'd be tempted to build a custom data type for this.
Alternatively you could just add your own JavaScript and hack the DOM to achieve this, your first requirement. https://24days.in/umbraco-cms/2015/umbraco-7-back-office-tweaks/
Your second requirement, perhaps try NuPickers. https://our.umbraco.com/packages/backoffice-extensions/nupickers/
is working on a reply...