We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In the WP build, at https://plugins.trac.wordpress.org/browser/timeline-block/trunk/includes/cool-timeline-block/dist/blocks.build.js The block is named cp-timeline/content-timeline-block
cp-timeline/content-timeline-block
This is also the case of the build provided in this repository at https://github.com/narinder9/story-timeline-block/blob/e41892fbee15612c29998480e11582d9bea9de23/includes/cool-timeline-block/dist/blocks.build.js
But in the source code : https://github.com/narinder9/story-timeline-block/blob/e41892fbee15612c29998480e11582d9bea9de23/includes/cool-timeline-block/src/story-timeline/block.js#L66 The block is named cp-timeline/content-timeline (no -block suffix)
cp-timeline/content-timeline
-block
Compiling and using this break existing blocks.
Any explanation about the intent / issue?
The text was updated successfully, but these errors were encountered:
Gentle ping. I reverted this as part of #9
Revert block type renaming to the historical values in order to avoid breaking existing setup cp-timeline/content-timeline => cp-timeline/content-timeline-block cp-timeline/content-timeline-child => cp-timeline/content-timeline-block-child (Add blocks.migrateBlockType hook WordPress/gutenberg#42712 may help future transitions)
Revert block type renaming to the historical values in order to avoid breaking existing setup
... but your future-plans regarding this would be important.
Sorry, something went wrong.
No branches or pull requests
In the WP build, at https://plugins.trac.wordpress.org/browser/timeline-block/trunk/includes/cool-timeline-block/dist/blocks.build.js
The block is named
cp-timeline/content-timeline-block
This is also the case of the build provided in this repository at https://github.com/narinder9/story-timeline-block/blob/e41892fbee15612c29998480e11582d9bea9de23/includes/cool-timeline-block/dist/blocks.build.js
But in the source code :
https://github.com/narinder9/story-timeline-block/blob/e41892fbee15612c29998480e11582d9bea9de23/includes/cool-timeline-block/src/story-timeline/block.js#L66
The block is named
cp-timeline/content-timeline
(no-block
suffix)Compiling and using this break existing blocks.
Any explanation about the intent / issue?
The text was updated successfully, but these errors were encountered: