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

Documentation URL is missing #14384

Closed
emfluenceindia opened this issue Mar 12, 2019 · 3 comments
Closed

Documentation URL is missing #14384

emfluenceindia opened this issue Mar 12, 2019 · 3 comments
Labels
[Feature] Nested / Inner Blocks Anything related to the experience of nested/inner blocks inside a larger container, like Group or P [Type] Developer Documentation Documentation for developers

Comments

@emfluenceindia
Copy link

https://github.com/WordPress/gutenberg/tree/master/packages/editor/src/components/inner-blocks shows 404.

The above reference was found here:
https://stackoverflow.com/questions/51072386/gutenberg-multiple-innerblocks-in-one-block-type

  • the first answer.
@swissspidy swissspidy added [Type] Developer Documentation Documentation for developers [Feature] Nested / Inner Blocks Anything related to the experience of nested/inner blocks inside a larger container, like Group or P labels Mar 12, 2019
@swissspidy
Copy link
Member

InnerBlocks is now part of the block-editor package, not the editor package. Thus, The correct URL is https://github.com/WordPress/gutenberg/tree/master/packages/block-editor/src/components/inner-blocks.

@emfluenceindia
Copy link
Author

So const { InnerBlocks } = wp.editor; will not work anymore from 5.1? I am still using 5.0.3 in my local.

@swissspidy
Copy link
Member

@emfluenceindia Backward compatibility is provided, so it will still work for the time being.

See #14112 for background.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
[Feature] Nested / Inner Blocks Anything related to the experience of nested/inner blocks inside a larger container, like Group or P [Type] Developer Documentation Documentation for developers
Projects
None yet
Development

No branches or pull requests

2 participants