added api
This commit is contained in:
parent
ecccedbabb
commit
bef7e45f75
|
|
@ -11,10 +11,6 @@ fields:
|
||||||
label: Phone
|
label: Phone
|
||||||
span: auto
|
span: auto
|
||||||
type: text
|
type: text
|
||||||
message:
|
|
||||||
label: Message
|
|
||||||
span: auto
|
|
||||||
type: text
|
|
||||||
file:
|
file:
|
||||||
label: File
|
label: File
|
||||||
mode: file
|
mode: file
|
||||||
|
|
@ -24,3 +20,8 @@ fields:
|
||||||
extension: auto
|
extension: auto
|
||||||
span: auto
|
span: auto
|
||||||
type: fileupload
|
type: fileupload
|
||||||
|
message:
|
||||||
|
label: Message
|
||||||
|
size: small
|
||||||
|
span: full
|
||||||
|
type: textarea
|
||||||
|
|
|
||||||
|
|
@ -5,8 +5,9 @@ fields:
|
||||||
type: text
|
type: text
|
||||||
text:
|
text:
|
||||||
label: Text
|
label: Text
|
||||||
|
size: small
|
||||||
span: auto
|
span: auto
|
||||||
type: text
|
type: textarea
|
||||||
parts:
|
parts:
|
||||||
label: Services
|
label: Services
|
||||||
prompt: 'Add new item'
|
prompt: 'Add new item'
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue