WordPress / gutenberg-examples

Examples for extending WordPress/Gutenberg with blocks.
1.2k stars 315 forks source link

Content attribute type array instead of string in blocks-non-jsx/03-editable block example #228

Closed tloureiro closed 1 year ago

tloureiro commented 1 year ago

I removed all the attributes in the PHP's block registration, since we have all of them in blocks.json already and they seem to be more correct (blocks.json is using a string instead of an array for content attribute type)

Related bug: https://github.com/WordPress/gutenberg-examples/issues/220