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/freeform", |
4 "name": "core/freeform", |
5 "title": "Classic", |
5 "title": "Classic", |
6 "category": "text", |
6 "category": "text", |
7 "description": "Use the classic WordPress editor.", |
7 "description": "Use the classic WordPress editor.", |
8 "textdomain": "default", |
8 "textdomain": "default", |
9 "attributes": { |
9 "attributes": { |
10 "content": { |
10 "content": { |
11 "type": "string", |
11 "type": "string", |
12 "source": "html" |
12 "source": "raw" |
13 } |
13 } |
14 }, |
14 }, |
15 "supports": { |
15 "supports": { |
16 "className": false, |
16 "className": false, |
17 "customClassName": false, |
17 "customClassName": false, |