diff -r 34716fd837a4 -r be944660c56a wp/wp-includes/blocks/post-excerpt/block.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/wp/wp-includes/blocks/post-excerpt/block.json Wed Sep 21 18:19:35 2022 +0200 @@ -0,0 +1,34 @@ +{ + "apiVersion": 2, + "name": "core/post-excerpt", + "title": "Post Excerpt", + "category": "theme", + "description": "Display a post's excerpt.", + "textdomain": "default", + "attributes": { + "textAlign": { + "type": "string" + }, + "moreText": { + "type": "string" + }, + "showMoreOnNewLine": { + "type": "boolean", + "default": true + } + }, + "usesContext": [ "postId", "postType", "queryId" ], + "supports": { + "html": false, + "color": { + "gradients": true, + "link": true + }, + "typography": { + "fontSize": true, + "lineHeight": true + } + }, + "editorStyle": "wp-block-post-excerpt-editor", + "style": "wp-block-post-excerpt" +}