PluginProbe
Gutenberg / 23.7.2
Gutenberg v23.7.2
23.9.1 23.9.0 23.8.0 23.7.2 23.7.1 23.7.0 23.6.1 23.6.2 23.6.0 23.5.3 23.5.2 23.5.1 23.5.0 23.4.0 23.3.2 23.3.1 23.3.0 23.2.0 23.2.1 23.2.2 23.1.1 23.1.0 23.0.1 12.6.0 7.4.0 All 402 releases
gutenberg / build / scripts / block-library / tab-panel / block.json

block.json in Gutenberg 23.7.2, at build/scripts/block-library/tab-panel/block.json

48 lines 946 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 {
2 "$schema": "https://schemas.wp.org/trunk/block.json",
3 "apiVersion": 3,
4 "name": "core/tab-panel",
5 "title": "Tab Panel",
6 "description": "Content for a tab in a tabbed interface.",
7 "category": "design",
8 "textdomain": "default",
9 "attributes": {
10 "label": {
11 "type": "string",
12 "default": ""
13 }
14 },
15 "parent": [ "core/tab-panels" ],
16 "usesContext": [ "core/tabs-id" ],
17 "supports": {
18 "anchor": true,
19 "html": false,
20 "color": {
21 "background": true,
22 "text": true,
23 "__experimentalDefaultControls": {
24 "background": true,
25 "text": true
26 }
27 },
28 "layout": true,
29 "spacing": {
30 "blockGap": true,
31 "padding": true
32 },
33 "typography": {
34 "fontSize": true,
35 "__experimentalFontFamily": true,
36 "__experimentalDefaultControls": {
37 "fontSize": true,
38 "__experimentalFontFamily": true
39 }
40 },
41 "visibility": false
42 },
43 "providesContext": {
44 "core/tab-label": "label"
45 },
46 "style": "wp-block-tab-panel"
47 }
48