mirror of
https://github.com/warmbly/warmbly.git
synced 2026-08-19 16:01:16 +00:00
14 lines
471 B
JSON
14 lines
471 B
JSON
[
|
|
{ "name": "template_id", "type": "select", "label": "Template", "required": true, "options": "rpc://templateList" },
|
|
{
|
|
"name": "variables",
|
|
"type": "array",
|
|
"label": "Variables",
|
|
"help": "Placeholder values, for example first_name = Sam.",
|
|
"spec": [
|
|
{ "name": "key", "type": "text", "label": "Field key", "required": true },
|
|
{ "name": "value", "type": "text", "label": "Value" }
|
|
]
|
|
}
|
|
]
|