Skip to content
New issue

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

Storybook: Add stories for IsolatedBlockEditor #74

Merged
merged 1 commit into from
Oct 4, 2021
Merged

Conversation

mirka
Copy link
Member

@mirka mirka commented Oct 4, 2021

Adds some stories of the basic <IsolatedBlockEditor> for easier exploration of settings, testing of behaviors, and comparison with the collab-ready instances.

cc @johngodley in case you want to dev/test with it too.

To test

Note that standalone builds are currently broken and blocked due to WordPress/gutenberg#35282. To build, you'll need a local copy of the latest Gutenberg repo and replace the @wordpress/keyboard-shortcuts package with it.

// package.json

-  "@wordpress/keyboard-shortcuts": "^3.0.2",
+  "@wordpress/keyboard-shortcuts": "file:../gutenberg/packages/keyboard-shortcuts",

Then run yarn storybook.

@mirka mirka self-assigned this Oct 4, 2021
@mirka mirka force-pushed the storybook/iso-editor branch from 2c478db to a19aa0c Compare October 4, 2021 08:44
@mirka mirka merged commit c08c772 into trunk Oct 4, 2021
@mirka mirka deleted the storybook/iso-editor branch October 4, 2021 08:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant