Skip to content

Commit

Permalink
Eoxia#22 [Blocks] add: Summary frontend
Browse files Browse the repository at this point in the history
  • Loading branch information
eoxia-amandine committed Dec 5, 2024
1 parent d9dc455 commit 0f80e8a
Show file tree
Hide file tree
Showing 20 changed files with 1,975 additions and 67 deletions.
14 changes: 11 additions & 3 deletions blocks/build/eo-summary/block.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,24 @@
"icon": "smiley",
"description": "Display Summary block",
"example": {},
"attributes": {},
"attributes": {
"orientation": {
"type": "string",
"default": "horizontal"
},
"justification": {
"type": "string",
"default": "left"
}
},
"supports": {
"color": {
"background": "true",
"color": "true"
},
"spacing": {
"margin": false,
"padding": true,
"blockGap": true
"padding": true
}
},
"textdomain": "summary",
Expand Down
2 changes: 1 addition & 1 deletion blocks/build/eo-summary/hooks.asset.php
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array('react', 'wp-block-editor', 'wp-components', 'wp-compose', 'wp-element', 'wp-hooks', 'wp-i18n'), 'version' => 'c086d84d5cc88304aae8');
<?php return array('dependencies' => array('react', 'wp-block-editor', 'wp-components', 'wp-compose', 'wp-element', 'wp-hooks', 'wp-i18n'), 'version' => 'a1ac68df0d1d3f7c2890');
51 changes: 31 additions & 20 deletions blocks/build/eo-summary/hooks.js

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

2 changes: 1 addition & 1 deletion blocks/build/eo-summary/hooks.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion blocks/build/eo-summary/index.asset.php
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array('react', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-i18n'), 'version' => '72c3bde901bde5e481c3');
<?php return array('dependencies' => array('react', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-i18n', 'wp-primitives'), 'version' => 'cfde12a3484c0adb8c96');
Loading

0 comments on commit 0f80e8a

Please sign in to comment.