Skip to content

Commit

Permalink
Eoxia#27 [Blocks] add: Carousel init
Browse files Browse the repository at this point in the history
  • Loading branch information
eoxia-amandine committed Dec 6, 2024
1 parent f553c69 commit 927fb2b
Show file tree
Hide file tree
Showing 22 changed files with 738 additions and 0 deletions.
1 change: 1 addition & 0 deletions assets/images/icon-carousel.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
21 changes: 21 additions & 0 deletions blocks/build/eo-carousel/block.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"$schema": "https://schemas.wp.org/trunk/block.json",
"apiVersion": 3,
"name": "eo/carousel",
"version": "1.0.0",
"title": "Carousel",
"category": "eo-blocks",
"icon": "smiley",
"description": "Display carousel block",
"example": {},
"attributes": {},
"supports": {},
"textdomain": "carousel",
"editorScript": "file:./index.js",
"editorStyle": "file:./index.css",
"style": [
"file:./style-index.css"
],
"render": "file:./render.php",
"viewScript": "file:./view.js"
}
8 changes: 8 additions & 0 deletions blocks/build/eo-carousel/index-rtl.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
/*!****************************************************************************************************************************************************************************************************************************************************************!*\
!*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./blocks/src/eo-carousel/scss/editor.scss ***!
\****************************************************************************************************************************************************************************************************************************************************************/
/**
* The following styles get applied inside the editor only.
*
* Replace them with your own styles or remove the file completely.
*/
1 change: 1 addition & 0 deletions blocks/build/eo-carousel/index.asset.php
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<?php return array('dependencies' => array('react', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-i18n'), 'version' => '38e5e7121d134e614a1a');
10 changes: 10 additions & 0 deletions blocks/build/eo-carousel/index.css

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

1 change: 1 addition & 0 deletions blocks/build/eo-carousel/index.css.map

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

Loading

0 comments on commit 927fb2b

Please sign in to comment.