This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "apiVersion": 2, | |
| "name": "core/group", | |
| "title": "Group", | |
| "category": "design", | |
| "description": "Combine blocks into a group.", | |
| "keywords": [ "container", "wrapper", "row", "section" ], | |
| "textdomain": "default", | |
| "attributes": { | |
| "tagName": { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "version": 1, | |
| "settings": { | |
| "color": { | |
| "palette": [ | |
| { | |
| "name": "Black", | |
| "slug": "black", | |
| "color": "#000000", | |
| "origin": "core" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "version": 1, | |
| "settings": { | |
| "color": { | |
| "palette": [ | |
| { | |
| "name": "Black", | |
| "slug": "black", | |
| "color": "#000000", | |
| "origin": "core" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "apiVersion": 2, | |
| "name": "core/group", | |
| "title": "Group", | |
| "category": "design", | |
| "description": "Combine blocks into a group.", | |
| "keywords": [ "container", "wrapper", "row", "section" ], | |
| "textdomain": "default", | |
| "attributes": { | |
| "tagName": { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "apiVersion": 2, | |
| "name": "core/group", | |
| "title": "Group", | |
| "category": "design", | |
| "description": "Combine blocks into a group.", | |
| "keywords": [ "container", "wrapper", "row", "section" ], | |
| "textdomain": "default", | |
| "attributes": { | |
| "tagName": { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /** | |
| * WordPress dependencies | |
| */ | |
| import { getBlockSupport } from '@wordpress/blocks'; | |
| // 👀 Import whichever control components are required, UnitControl is a placeholder. | |
| import { __experimentalUnitControl as UnitControl } from '@wordpress/components'; | |
| import { __ } from '@wordpress/i18n'; | |
| /** | |
| * Internal dependencies |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /** | |
| * WordPress dependencies | |
| */ | |
| import { __ } from '@wordpress/i18n'; | |
| import { Platform } from '@wordpress/element'; | |
| import { getBlockSupport } from '@wordpress/blocks'; | |
| import { | |
| __experimentalUseCustomUnits as useCustomUnits, | |
| __experimentalBoxControl as BoxControl, | |
| } from '@wordpress/components'; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "settings": { | |
| "defaults": { | |
| "color": { | |
| "palette": [ | |
| { | |
| "name": "Black", | |
| "slug": "black", | |
| "color": "#000000" | |
| }, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "apiVersion": 2, | |
| "name": "core/site-title", | |
| "title": "Site Title", | |
| "category": "design", | |
| "description": "Displays and allows editing the name of the site. The site title usually appears in the browser title bar, in search results, and more. Also available in Settings > General.", | |
| "textdomain": "default", | |
| "attributes": { | |
| "level": { | |
| "type": "number", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "apiVersion": 2, | |
| "name": "core/group", | |
| "title": "Group", | |
| "category": "design", | |
| "description": "Combine blocks into a group.", | |
| "keywords": [ "container", "wrapper", "row", "section" ], | |
| "textdomain": "default", | |
| "attributes": { | |
| "tagName": { |