This repository was archived by the owner on Oct 4, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 53
Text parser: Gutenberg blocks
manuelaugustin edited this page Dec 12, 2019
·
5 revisions
[draft]
For all supported blocks, the following data is sent to the analysis:
-
attributes-
content: the main HTML-content of the block (e.g. paragraph, heading content). - any other block-specific attributes, see below
-
-
clientId: locally unique block identifier, used for e.g. markings. -
name: type of block, e.g.core/paragraphfor Gutenberg paragraphs.
Additional supported/unsupported attributes for specific block types are listed below.
The block types below are included in our analysis. Additionally, some block types have specific attributes. For these, ✅ means that a specific attribute is supported in the analysis, while 🚫 indicates that they're not supported.
- image
- ✅
alt: alt text of images, used in keyword-in-alt-text-assessment. - 🚫
caption: the caption displayed below the image
- ✅
- paragraph
- heading
- ✅
level: heading level, used in single-H1-assessment.
- ✅