Skip to content
Roy Sivan edited this page Nov 26, 2018 · 4 revisions

This is the documentation Wiki for the Gutenberg Object Plugin. Welcome.

Default Output

All blocks, whether core or not run through CleanFilter on save, which can be extended for any block.
When no extended filter is added, by default data for any block should output like:

{
	"name": "core/cover",
	"data": {
		...
	}
},
  • name - this is the name of the block
  • data - this object contains all data (attributes) for the block

Documentation - Core Blocks

Blocks

Core Blocks

3rd Party Blocks

Clone this wiki locally