Add "Sort Mode" Property Action to BlockList #19380
hfloyd
started this conversation in
Features and ideas
Replies: 2 comments
-
Would love to have that on block list too! |
Beta Was this translation helpful? Give feedback.
0 replies
-
1000% agree |
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.
-
I like the Umbraco Core "BlockGrid" property editor feature that includes a Property Action for "Sort Mode":
Which collapses the layouts into narrow labelled bands for easier drag-n-drop:
The code for the BlockGrid (for v13) is located here:
Umbraco-CMS/src/Umbraco.Web.UI.Client/src/views/propertyeditors/blockgrid/umbBlockGridPropertyEditor.component.js
Line 228 in 83107bb
I was thinking this would be a great feature to have included on the BlockList items as well, since often the "rendered" preview of a Block can be unwieldy for moving around in the back-office.
Beta Was this translation helpful? Give feedback.
All reactions