I want to directly be able start writing text for a blocks element and tried to set it accordingly to the field properties like this:
text:
type: blocks
autofocus: true
default: ['text']
fields:
text:
type: blocks
autofocus: true
default:
- text
But I always get the following error message: “array_key_exists() expects parameter 2 to be array”
Why and how can I solve it?