Add single attachment as component on "add component"
This commit is contained in:
parent
5b6c3d0c96
commit
4ca090bf10
|
@ -63,6 +63,7 @@
|
|||
"optionsfield",
|
||||
"booleanfield",
|
||||
"longformfield",
|
||||
"attachmentsinglefield",
|
||||
"attachmentfield",
|
||||
"jsonfield",
|
||||
"relationshipfield",
|
||||
|
|
|
@ -4324,7 +4324,7 @@
|
|||
},
|
||||
"attachmentsinglefield": {
|
||||
"name": "Single Attachment",
|
||||
"icon": "Attach",
|
||||
"icon": "Document",
|
||||
"styles": ["size"],
|
||||
"requiredAncestors": ["form"],
|
||||
"editable": true,
|
||||
|
|
Loading…
Reference in New Issue