1
0
Fork 0
mirror of synced 2024-10-03 10:36:59 +13:00

Add single attachment as component on "add component"

This commit is contained in:
Adria Navarro 2024-04-10 09:51:13 +02:00
parent 5b6c3d0c96
commit 4ca090bf10
2 changed files with 2 additions and 1 deletions

View file

@ -63,6 +63,7 @@
"optionsfield",
"booleanfield",
"longformfield",
"attachmentsinglefield",
"attachmentfield",
"jsonfield",
"relationshipfield",

View file

@ -4324,7 +4324,7 @@
},
"attachmentsinglefield": {
"name": "Single Attachment",
"icon": "Attach",
"icon": "Document",
"styles": ["size"],
"requiredAncestors": ["form"],
"editable": true,