More control over how gallery selects images from events
This commit is contained in:
@@ -566,6 +566,14 @@ const ALL_ATTRIBUTES: AttributesSpecList = [
|
||||
values: ["replace", "append"],
|
||||
defaultValue: "replace"
|
||||
},
|
||||
{
|
||||
name: "autoSelectOnUpdate",
|
||||
type: "boolean",
|
||||
location: "nodeProps",
|
||||
editable: true,
|
||||
validNodeTypes: ["ui/gallery"],
|
||||
defaultValue: true
|
||||
},
|
||||
|
||||
// Radio
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user