ru-se.com

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

block.json (373B)


      1 {
      2 	"apiVersion": 2,
      3 	"name": "core/calendar",
      4 	"title": "Calendar",
      5 	"category": "widgets",
      6 	"description": "A calendar of your site’s posts.",
      7 	"keywords": [ "posts", "archive" ],
      8 	"textdomain": "default",
      9 	"attributes": {
     10 		"month": {
     11 			"type": "integer"
     12 		},
     13 		"year": {
     14 			"type": "integer"
     15 		}
     16 	},
     17 	"supports": {
     18 		"align": true
     19 	},
     20 	"style": "wp-block-calendar"
     21 }