More control over how gallery selects images from events

This commit is contained in:
space-nuko
2023-05-22 20:42:41 -05:00
parent 6817e6ad95
commit e90773fdc8
14 changed files with 96 additions and 25 deletions

View File

@@ -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
{