golden hour
/home/phakp/public_html/wp-includes/blocks/calendar
⬆️ Go Up
Upload
File/Folder
Size
Actions
block.json
428 B
Del
OK
style-rtl.css
1.9 KB
Del
OK
style-rtl.min.css
409 B
Del
OK
style.css
1.9 KB
Del
OK
style.min.css
409 B
Del
OK
Edit: block.json
{ "$schema": "https://schemas.wp.org/trunk/block.json", "apiVersion": 2, "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 }, "style": "wp-block-calendar" }
Save