-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #17 from boxuk/iconography/configurable-icon-sets
- Loading branch information
boxuk-wp-robot
committed
Jun 19, 2024
1 parent
7442519
commit 1ad2c96
Showing
44 changed files
with
80,905 additions
and
10,688 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,74 @@ | ||
{ | ||
"$schema": "https://schemas.wp.org/trunk/block.json", | ||
"apiVersion": 3, | ||
"name": "boxuk/icon", | ||
"title": "Icon", | ||
"category": "media", | ||
"description": "Display an icon as a block.", | ||
"icon": "star-filled", | ||
"keywords": [ | ||
"icon", | ||
"emoji", | ||
"symbol" | ||
], | ||
"textdomain": "boxuk", | ||
"supports": { | ||
"align": [ | ||
"wide", | ||
"full" | ||
], | ||
"alignWide": true, | ||
"color": { | ||
"background": true, | ||
"text": true | ||
}, | ||
"background": { | ||
"backgroundImage": true, | ||
"backgroundSize": true | ||
}, | ||
"anchor": false, | ||
"ariaLabel": true, | ||
"className": true, | ||
"customClassName": true, | ||
"dimensions": { | ||
"aspectRatio": false, | ||
"minHeight": true | ||
}, | ||
"filter": { | ||
"duotone": false | ||
}, | ||
"html": false, | ||
"inserter": true, | ||
"interactivity": false, | ||
"layout": true, | ||
"lock": true, | ||
"multiple": true, | ||
"position": { | ||
"sticky": false | ||
}, | ||
"renaming": true, | ||
"reusable": true, | ||
"shadow": false, | ||
"spacing": { | ||
"margin": true, | ||
"padding": true | ||
}, | ||
"typography": { | ||
"fontSize": true, | ||
"lineHeight": true, | ||
"textAlign": true | ||
} | ||
}, | ||
"attributes": { | ||
"className": { | ||
"type": "string" | ||
}, | ||
"tagName": { | ||
"type": "string" | ||
}, | ||
"iconContent": { | ||
"type": "string" | ||
} | ||
}, | ||
"example": {} | ||
} |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
<?php return array('dependencies' => array('react', 'react-jsx-runtime', 'wp-block-editor', 'wp-components', 'wp-dom-ready', 'wp-element', 'wp-i18n', 'wp-rich-text'), 'version' => '560515c205c4b8333598'); | ||
<?php return array('dependencies' => array('react', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-data', 'wp-dom-ready', 'wp-element', 'wp-i18n', 'wp-rich-text'), 'version' => '2b50a1b034ba1bd23a01'); |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains 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
Oops, something went wrong.