equal
deleted
inserted
replaced
1 { |
1 { |
|
2 "apiVersion": 2, |
2 "name": "core/audio", |
3 "name": "core/audio", |
|
4 "title": "Audio", |
3 "category": "media", |
5 "category": "media", |
|
6 "description": "Embed a simple audio player.", |
|
7 "keywords": [ "music", "sound", "podcast", "recording" ], |
|
8 "textdomain": "default", |
4 "attributes": { |
9 "attributes": { |
5 "src": { |
10 "src": { |
6 "type": "string", |
11 "type": "string", |
7 "source": "attribute", |
12 "source": "attribute", |
8 "selector": "audio", |
13 "selector": "audio", |
35 "attribute": "preload" |
40 "attribute": "preload" |
36 } |
41 } |
37 }, |
42 }, |
38 "supports": { |
43 "supports": { |
39 "anchor": true, |
44 "anchor": true, |
40 "align": true, |
45 "align": true |
41 "lightBlockWrapper": true |
46 }, |
42 } |
47 "editorStyle": "wp-block-audio-editor", |
|
48 "style": "wp-block-audio" |
43 } |
49 } |