Skip to content

Commit

Permalink
add timeline demo link in admin settings
Browse files Browse the repository at this point in the history
  • Loading branch information
farhan-shafi committed Mar 24, 2024
1 parent 4958399 commit cca8b5b
Show file tree
Hide file tree
Showing 6 changed files with 134,018 additions and 4 deletions.
1 change: 1 addition & 0 deletions admin/data/block_demos/block-demos.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"ub/content-toggle-block": "https://ultimateblocks.com/content-toggle-accordion-block/",
"ub/countdown": "https://ultimateblocks.com/countdown-block/",
"ub/coupon": "https://ultimateblocks.com/coupon-block/",
"ub/timeline": "https://ultimateblocks.com/timeline-block/",
"ub/divider": "https://ultimateblocks.com/divider-block/",
"ub/expand": "https://ultimateblocks.com/expand-block/",
"ub/how-to": "https://ultimateblocks.com/howto-schema-block/",
Expand Down
2 changes: 1 addition & 1 deletion dist/blocks.build.asset.php
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' => 'aabf541003967c5f3952');
<?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' => 'c98ee4ec86adce85e1a5');
134,006 changes: 134,005 additions & 1 deletion dist/blocks.build.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/blocks.build.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/priority.build.asset.php
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array(), 'version' => '31d6cfe0d16ae931b73c');
<?php return array('dependencies' => array(), 'version' => 'bf4427955793c56378a0');
9 changes: 9 additions & 0 deletions dist/priority.build.js

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

0 comments on commit cca8b5b

Please sign in to comment.