-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4caa832
commit ad6e3b3
Showing
14 changed files
with
41,465 additions
and
139 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
<?php return array('dependencies' => array('lodash', 'moment', 'react', 'react-dom', 'wp-api', 'wp-api-fetch', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-compose', 'wp-core-data', 'wp-data', 'wp-element', 'wp-hooks', 'wp-i18n', 'wp-keycodes', 'wp-notices', 'wp-primitives', 'wp-url'), 'version' => '50a324a7d3f0a901587d'); | ||
<?php return array('dependencies' => array('lodash', 'moment', 'react', 'react-dom', 'wp-api', 'wp-api-fetch', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-compose', 'wp-core-data', 'wp-data', 'wp-element', 'wp-hooks', 'wp-i18n', 'wp-keycodes', 'wp-notices', 'wp-primitives', 'wp-url'), 'version' => '23dc946d54a79cc1fbca'); |
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
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
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
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,132 +1,136 @@ | ||
{ | ||
"$schema": "https://schemas.wp.org/trunk/block.json", | ||
"apiVersion": 3, | ||
"name": "ub/image-slider", | ||
"title": "Image Slider", | ||
"category": "ultimateblocks", | ||
"description": "Add a lightweight, simple image slider in your post. Comes with additional settings.", | ||
"keywords": [ | ||
"Image Slider", | ||
"Slideshow", | ||
"Ultimate Blocks" | ||
], | ||
"attributes": { | ||
"blockID": { | ||
"type": "string", | ||
"default": "" | ||
}, | ||
"slidesPerView": { | ||
"type": "number", | ||
"default": 1 | ||
}, | ||
"spaceBetween": { | ||
"type": "number", | ||
"default": 20 | ||
}, | ||
"images": { | ||
"type": "string", | ||
"default": "[]" | ||
}, | ||
"pics": { | ||
"type": "array", | ||
"default": [] | ||
}, | ||
"captions": { | ||
"type": "string", | ||
"default": "[]" | ||
}, | ||
"descriptions": { | ||
"type": "array", | ||
"default": [] | ||
}, | ||
"wrapsAround": { | ||
"type": "boolean", | ||
"default": true | ||
}, | ||
"isDraggable": { | ||
"type": "boolean", | ||
"default": false | ||
}, | ||
"autoplays": { | ||
"type": "boolean", | ||
"default": false | ||
}, | ||
"autoplayDuration": { | ||
"type": "number", | ||
"default": 3 | ||
}, | ||
"sliderHeight": { | ||
"type": "number", | ||
"default": 250 | ||
}, | ||
"showPageDots": { | ||
"type": "boolean", | ||
"default": true | ||
}, | ||
"usePagination": { | ||
"type": "boolean", | ||
"default": true | ||
}, | ||
"useNavigation": { | ||
"type": "boolean", | ||
"default": true | ||
}, | ||
"paginationType": { | ||
"type": "string", | ||
"default": "" | ||
}, | ||
"transition": { | ||
"type": "string", | ||
"default": "slide" | ||
}, | ||
"slideShadows": { | ||
"type": "boolean", | ||
"default": true | ||
}, | ||
"rotate": { | ||
"type": "number", | ||
"default": 50 | ||
}, | ||
"stretch": { | ||
"type": "number", | ||
"default": 0 | ||
}, | ||
"depth": { | ||
"type": "number", | ||
"default": 100 | ||
}, | ||
"modifier": { | ||
"type": "number", | ||
"default": 1 | ||
}, | ||
"limitRotation": { | ||
"type": "boolean", | ||
"default": true | ||
}, | ||
"shadow": { | ||
"type": "boolean", | ||
"default": true | ||
}, | ||
"shadowOffset": { | ||
"type": "number", | ||
"defaut": 20 | ||
}, | ||
"shadowScale": { | ||
"type": "number", | ||
"default": 0.94 | ||
}, | ||
"padding": { | ||
"type": "object", | ||
"default": {} | ||
}, | ||
"margin": { | ||
"type": "object", | ||
"default": {} | ||
}, | ||
"align": { | ||
"type": "string", | ||
"default": "" | ||
} | ||
}, | ||
"supports": {} | ||
"$schema": "https://schemas.wp.org/trunk/block.json", | ||
"apiVersion": 3, | ||
"name": "ub/image-slider", | ||
"title": "Image Slider", | ||
"category": "ultimateblocks", | ||
"description": "Add a lightweight, simple image slider in your post. Comes with additional settings.", | ||
"keywords": [ | ||
"Image Slider", | ||
"Slideshow", | ||
"Ultimate Blocks" | ||
], | ||
"attributes": { | ||
"blockID": { | ||
"type": "string", | ||
"default": "" | ||
}, | ||
"slidesPerView": { | ||
"type": "number", | ||
"default": 1 | ||
}, | ||
"speed": { | ||
"type": "number", | ||
"default": 300 | ||
}, | ||
"spaceBetween": { | ||
"type": "number", | ||
"default": 20 | ||
}, | ||
"images": { | ||
"type": "string", | ||
"default": "[]" | ||
}, | ||
"pics": { | ||
"type": "array", | ||
"default": [] | ||
}, | ||
"captions": { | ||
"type": "string", | ||
"default": "[]" | ||
}, | ||
"descriptions": { | ||
"type": "array", | ||
"default": [] | ||
}, | ||
"wrapsAround": { | ||
"type": "boolean", | ||
"default": true | ||
}, | ||
"isDraggable": { | ||
"type": "boolean", | ||
"default": false | ||
}, | ||
"autoplays": { | ||
"type": "boolean", | ||
"default": false | ||
}, | ||
"autoplayDuration": { | ||
"type": "number", | ||
"default": 3 | ||
}, | ||
"sliderHeight": { | ||
"type": "number", | ||
"default": 250 | ||
}, | ||
"showPageDots": { | ||
"type": "boolean", | ||
"default": true | ||
}, | ||
"usePagination": { | ||
"type": "boolean", | ||
"default": true | ||
}, | ||
"useNavigation": { | ||
"type": "boolean", | ||
"default": true | ||
}, | ||
"paginationType": { | ||
"type": "string", | ||
"default": "" | ||
}, | ||
"transition": { | ||
"type": "string", | ||
"default": "slide" | ||
}, | ||
"slideShadows": { | ||
"type": "boolean", | ||
"default": true | ||
}, | ||
"rotate": { | ||
"type": "number", | ||
"default": 50 | ||
}, | ||
"stretch": { | ||
"type": "number", | ||
"default": 0 | ||
}, | ||
"depth": { | ||
"type": "number", | ||
"default": 100 | ||
}, | ||
"modifier": { | ||
"type": "number", | ||
"default": 1 | ||
}, | ||
"limitRotation": { | ||
"type": "boolean", | ||
"default": true | ||
}, | ||
"shadow": { | ||
"type": "boolean", | ||
"default": true | ||
}, | ||
"shadowOffset": { | ||
"type": "number", | ||
"defaut": 20 | ||
}, | ||
"shadowScale": { | ||
"type": "number", | ||
"default": 0.94 | ||
}, | ||
"padding": { | ||
"type": "object", | ||
"default": {} | ||
}, | ||
"margin": { | ||
"type": "object", | ||
"default": {} | ||
}, | ||
"align": { | ||
"type": "string", | ||
"default": "" | ||
} | ||
}, | ||
"supports": {} | ||
} |
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.