equal
deleted
inserted
replaced
1 { |
1 { |
|
2 "$schema": "https://schemas.wp.org/trunk/block.json", |
2 "apiVersion": 2, |
3 "apiVersion": 2, |
3 "name": "core/archives", |
4 "name": "core/archives", |
4 "title": "Archives", |
5 "title": "Archives", |
5 "category": "widgets", |
6 "category": "widgets", |
6 "description": "Display a monthly archive of your posts.", |
7 "description": "Display a date archive of your posts.", |
7 "textdomain": "default", |
8 "textdomain": "default", |
8 "attributes": { |
9 "attributes": { |
9 "displayAsDropdown": { |
10 "displayAsDropdown": { |
10 "type": "boolean", |
11 "type": "boolean", |
11 "default": false |
12 "default": false |
12 }, |
13 }, |
13 "showPostCounts": { |
14 "showPostCounts": { |
14 "type": "boolean", |
15 "type": "boolean", |
15 "default": false |
16 "default": false |
|
17 }, |
|
18 "type": { |
|
19 "type": "string", |
|
20 "default": "monthly" |
16 } |
21 } |
17 }, |
22 }, |
18 "supports": { |
23 "supports": { |
19 "align": true, |
24 "align": true, |
20 "html": false |
25 "html": false |