block.json (537B)
1 { 2 "apiVersion": 2, 3 "name": "core/post-date", 4 "title": "Post Date", 5 "category": "theme", 6 "description": "Add the date of this post.", 7 "textdomain": "default", 8 "attributes": { 9 "textAlign": { 10 "type": "string" 11 }, 12 "format": { 13 "type": "string" 14 }, 15 "isLink": { 16 "type": "boolean", 17 "default": false 18 } 19 }, 20 "usesContext": [ "postId", "postType", "queryId" ], 21 "supports": { 22 "html": false, 23 "color": { 24 "gradients": true, 25 "link": true 26 }, 27 "typography": { 28 "fontSize": true, 29 "lineHeight": true 30 } 31 } 32 }