I put this change in block.json. While in there, VSCode was telling me there was a problem with line 20. The “output” attribute does not have a type.
“output”: {
“enum”: [ “form”, “raw_form” ],
“default”: “form”
}`
While the change to “editorScript” made the error go away, I’m’ wondering what problems are being masked.
-
This reply was modified 2 years, 2 months ago by wingflap.