Is it possible to auto-collapse properties on the back-end to avoid scrolling so much?
For an Umbraco 8 project I'm working on, I have a composition with about 20 different properties in it. The client will rarely use about 16 of those 20 though.
In order to avoid having to scroll through this vertically-long composition that's on every doctype, is it possible to make those 16 properties that are rarely used hidden by default so that you have click a button, etc. to see them?
Is it possible to auto-collapse properties on the back-end to avoid scrolling so much?
For an Umbraco 8 project I'm working on, I have a composition with about 20 different properties in it. The client will rarely use about 16 of those 20 though.
In order to avoid having to scroll through this vertically-long composition that's on every doctype, is it possible to make those 16 properties that are rarely used hidden by default so that you have click a button, etc. to see them?
Thank you.
I think it possible by custom plugin, you can see this plugin it organized data in tabs https://our.umbraco.com/packages/backoffice-extensions/cultiv-tabify-umbraco-8/ I think it can solve your issue
Thanks for the quick response. I'll give it a go.
Another option is this new package: https://our.umbraco.com/packages/backoffice-extensions/matryoshka/
It was demo'ed at the Umbraco Virtual meetup last weekend and allows some more complex groupings :-)
Also very cool. Will look into it. Thank you.
is working on a reply...