gutenberg-examples icon indicating copy to clipboard operation
gutenberg-examples copied to clipboard

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

Open tloureiro opened this issue 3 years ago • 0 comments

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

tloureiro avatar Sep 20 '22 23:09 tloureiro