equal
deleted
inserted
replaced
1 { |
1 { |
2 "$schema": "https://schemas.wp.org/trunk/block.json", |
2 "$schema": "https://schemas.wp.org/trunk/block.json", |
3 "apiVersion": 2, |
3 "apiVersion": 3, |
4 "name": "core/pattern", |
4 "name": "core/pattern", |
5 "title": "Pattern", |
5 "title": "Pattern placeholder", |
6 "category": "theme", |
6 "category": "theme", |
7 "description": "Show a block pattern.", |
7 "description": "Show a block pattern.", |
8 "supports": { |
8 "supports": { |
9 "html": false, |
9 "html": false, |
10 "inserter": false |
10 "inserter": false, |
|
11 "renaming": false, |
|
12 "interactivity": { |
|
13 "clientNavigation": true |
|
14 } |
11 }, |
15 }, |
12 "textdomain": "default", |
16 "textdomain": "default", |
13 "attributes": { |
17 "attributes": { |
14 "slug": { |
18 "slug": { |
15 "type": "string" |
19 "type": "string" |