Skip to content

Commit

Permalink
Add icons for each block
Browse files Browse the repository at this point in the history
  • Loading branch information
douglas-johnson committed Sep 22, 2023
1 parent 67a47c8 commit 11cc49d
Show file tree
Hide file tree
Showing 25 changed files with 25 additions and 25 deletions.
1 change: 0 additions & 1 deletion build/blocks/block-coauthor-avatar/block.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
"version": "1.0.0",
"title": "Co-Author Avatar",
"category": "widgets",
"icon": "smiley",
"description": "Display a co-author's avatar",
"supports": {
"align": [
Expand Down
2 changes: 1 addition & 1 deletion build/blocks/block-coauthor-avatar/index.asset.php
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array('wp-block-editor', 'wp-blocks', 'wp-components', 'wp-data', 'wp-element', 'wp-i18n'), 'version' => 'cd0a28f7e1757a1d76b5');
<?php return array('dependencies' => array('wp-block-editor', 'wp-blocks', 'wp-components', 'wp-data', 'wp-element', 'wp-i18n', 'wp-primitives'), 'version' => '51e75e8924d159603b0f');
2 changes: 1 addition & 1 deletion build/blocks/block-coauthor-avatar/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion build/blocks/block-coauthor-description/block.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
"version": "1.0.0",
"title": "Co-Author Biography",
"category": "widgets",
"icon": "smiley",
"description": "Display a co-author's biographical description.",
"keywords": [
"description",
Expand Down
2 changes: 1 addition & 1 deletion build/blocks/block-coauthor-description/index.asset.php
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array('wp-block-editor', 'wp-blocks', 'wp-data', 'wp-element', 'wp-i18n'), 'version' => '53022b1fc8be9e6fe3b8');
<?php return array('dependencies' => array('wp-block-editor', 'wp-blocks', 'wp-data', 'wp-element', 'wp-i18n', 'wp-primitives'), 'version' => '7ab35d3b1fa8612137e8');
2 changes: 1 addition & 1 deletion build/blocks/block-coauthor-description/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion build/blocks/block-coauthor-featured-image/block.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
"version": "1.0.0",
"title": "Co-Author Featured Image",
"category": "widgets",
"icon": "smiley",
"description": "Featured Image from a Guest Author profile.",
"supports": {
"align": [
Expand Down
2 changes: 1 addition & 1 deletion build/blocks/block-coauthor-featured-image/index.asset.php
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array('wp-block-editor', 'wp-blocks', 'wp-components', 'wp-core-data', 'wp-data', 'wp-element', 'wp-i18n'), 'version' => 'a6e968eb133431c21528');
<?php return array('dependencies' => array('wp-block-editor', 'wp-blocks', 'wp-components', 'wp-core-data', 'wp-data', 'wp-element', 'wp-i18n', 'wp-primitives'), 'version' => 'd5400753091b01ccc087');
Loading

0 comments on commit 11cc49d

Please sign in to comment.