-
Notifications
You must be signed in to change notification settings - Fork 5
Closed
Description
Hello, thank you very much for this plugin : it is exactly what I was looking for.
It seems that it is not yet possible to disable the field via blueprint or permissions.
Not sure if it's the best option but here's a css solution :
.field-is-readonly .sortable a,
.field-is-readonly .sortable .sortable-layout [data-handle],
.field-is-readonly .sortable .sortable-layout__action{
cursor: default;
pointer-events: none;
}
.field-is-readonly .sortable .sortable-layout {
background: #efefef;
border-color: #ddd;
color: #777;
}
.field-is-readonly .sortable .sortable-layout__icon {
border-left-color: #ccc;
background: #efefef;
}
.field-is-readonly .sortable .sortable-layout__action {
color: #c9c9c9;
}
Metadata
Metadata
Assignees
Labels
No labels