I have a name
variable set to required: true
, similar to the editorId
variable, I'm able to save the page without setting a value in the name variable.
Is this supposed to be allowed?
What is the purpose of the required field?
"group": "Editor Properties",
"variables": [
{
"name": "editorId",
"attribute": "id",
"title": "ID",
"type": "text",
"defaultValue": "",
"required": true
},
{
"name": "name",
"attribute": "name",
"title": "Name",
"type": "text",
"defaultValue": "",
"required": true
},