-
Notifications
You must be signed in to change notification settings - Fork 16
HOME
Roy Sivan edited this page Nov 26, 2018
·
4 revisions
This is the documentation Wiki for the Gutenberg Object Plugin. Welcome.
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