29 lines
492 B
JSON
29 lines
492 B
JSON
{
|
|
"$schema": "https://schemas.wp.org/trunk/block.json",
|
|
"apiVersion": 2,
|
|
"name": "cognito-forms/cognito-embed",
|
|
"title": "Cognito Forms",
|
|
"description": "Easily build powerful forms.",
|
|
"category": "embed",
|
|
"supports": {
|
|
"html": false
|
|
},
|
|
"attributes": {
|
|
"formId": {
|
|
"type": "string"
|
|
},
|
|
"seamlessEmbedCode": {
|
|
"type": "string"
|
|
},
|
|
"iframeEmbedCode": {
|
|
"type": "string"
|
|
},
|
|
"ampEmbedCode": {
|
|
"type": "string"
|
|
},
|
|
"embedMode": {
|
|
"type": "number"
|
|
}
|
|
}
|
|
}
|