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/gallery", |
4 "name": "core/gallery", |
5 "title": "Gallery", |
5 "title": "Gallery", |
6 "category": "media", |
6 "category": "media", |
|
7 "allowedBlocks": [ "core/image" ], |
7 "description": "Display multiple images in a rich gallery.", |
8 "description": "Display multiple images in a rich gallery.", |
8 "keywords": [ "images", "photos" ], |
9 "keywords": [ "images", "photos" ], |
9 "textdomain": "default", |
10 "textdomain": "default", |
10 "attributes": { |
11 "attributes": { |
11 "images": { |
12 "images": { |
108 "anchor": true, |
113 "anchor": true, |
109 "align": true, |
114 "align": true, |
110 "html": false, |
115 "html": false, |
111 "units": [ "px", "em", "rem", "vh", "vw" ], |
116 "units": [ "px", "em", "rem", "vh", "vw" ], |
112 "spacing": { |
117 "spacing": { |
113 "blockGap": true, |
118 "margin": true, |
|
119 "padding": true, |
|
120 "blockGap": [ "horizontal", "vertical" ], |
114 "__experimentalSkipSerialization": [ "blockGap" ], |
121 "__experimentalSkipSerialization": [ "blockGap" ], |
115 "__experimentalDefaultControls": { |
122 "__experimentalDefaultControls": { |
116 "blockGap": true |
123 "blockGap": true, |
|
124 "margin": false, |
|
125 "padding": false |
117 } |
126 } |
118 }, |
127 }, |
119 "__experimentalLayout": { |
128 "color": { |
|
129 "text": false, |
|
130 "background": true, |
|
131 "gradients": true |
|
132 }, |
|
133 "layout": { |
120 "allowSwitching": false, |
134 "allowSwitching": false, |
121 "allowInheriting": false, |
135 "allowInheriting": false, |
122 "allowEditing": false, |
136 "allowEditing": false, |
123 "default": { |
137 "default": { |
124 "type": "flex" |
138 "type": "flex" |
125 } |
139 } |
|
140 }, |
|
141 "interactivity": { |
|
142 "clientNavigation": true |
126 } |
143 } |
127 }, |
144 }, |
128 "editorStyle": "wp-block-gallery-editor", |
145 "editorStyle": "wp-block-gallery-editor", |
129 "style": "wp-block-gallery" |
146 "style": "wp-block-gallery" |
130 } |
147 } |