Created
July 29, 2021 13:15
-
-
Save mtias/4468c7f1f41efdbdb8e3a44842471f09 to your computer and use it in GitHub Desktop.
How Gutenberg works witihin.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "core/paragraph", | |
"attributes": { | |
"className": "my-text", | |
"content": { | |
"formats": (23) [empty × 6, Array(1), Array(1), Array(1), Array(1), Array(1), Array(1), empty, Array(1), Array(1), Array(1), Array(1), Array(1), Array(1), Array(1), Array(1), Array(1), empty] | |
"replacements": (23) [empty × 23] | |
"text": "Hello World! Read more." | |
}, | |
"dropCap": false | |
}, | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment