at path:
ROOT
/
wp-includes
/
blocks
/
calendar
/
block.json
run:
R
W
Run
block.json
974 By
2024-02-06 14:00:13
R
W
Run
Delete
Rename
style-rtl.css
727 By
2023-07-06 17:58:08
R
W
Run
Delete
Rename
style-rtl.min.css
661 By
2023-07-06 17:58:08
R
W
Run
Delete
Rename
style.css
727 By
2023-07-06 17:58:08
R
W
Run
Delete
Rename
style.min.css
661 By
2023-07-06 17:58:08
R
W
Run
Delete
Rename
error_log
up
📄
block.json
Save
{ "$schema": "https://schemas.wp.org/trunk/block.json", "apiVersion": 3, "name": "core/calendar", "title": "Calendar", "category": "widgets", "description": "A calendar of your site’s posts.", "keywords": [ "posts", "archive" ], "textdomain": "default", "attributes": { "month": { "type": "integer" }, "year": { "type": "integer" } }, "supports": { "align": true, "color": { "link": true, "__experimentalSkipSerialization": [ "text", "background" ], "__experimentalDefaultControls": { "background": true, "text": true }, "__experimentalSelector": "table, th" }, "typography": { "fontSize": true, "lineHeight": true, "__experimentalFontFamily": true, "__experimentalFontWeight": true, "__experimentalFontStyle": true, "__experimentalTextTransform": true, "__experimentalLetterSpacing": true, "__experimentalDefaultControls": { "fontSize": true } } }, "style": "wp-block-calendar" }