-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Docs: Fundamentals of Block Development - block in the editor #56488
Docs: Fundamentals of Block Development - block in the editor #56488
Conversation
Flaky tests detected in 09ef800. 🔍 Workflow run URL: https://github.com/WordPress/gutenberg/actions/runs/7221175544
|
- `RichText` | ||
- `BlockControls` | ||
- `InspectorControls` | ||
- `InnerBlocks` | ||
- `PanelColorSettings` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should these link to the respective sections of the Reference guide? For example: https://developer.wordpress.org/block-editor/reference-guides/packages/packages-block-editor/#richtext
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You're right. I have added proper links when available 👍
Co-authored-by: Nick Diego <[email protected]>
Co-authored-by: Nick Diego <[email protected]>
Co-authored-by: Nick Diego <[email protected]>
Co-authored-by: Nick Diego <[email protected]>
Co-authored-by: Nick Diego <[email protected]>
Co-authored-by: Nick Diego <[email protected]>
Co-authored-by: Nick Diego <[email protected]>
Co-authored-by: Nick Diego <[email protected]>
Co-authored-by: Nick Diego <[email protected]>
Thanks @ndiego for the review and the suggestions. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚢
* Add block-in-the-editor.md file * Add block editing interface details and built-in components * Update block in the Editor with React components * Update block display and behavior in the Block Editor * new file destination * new changes * Update block registration link in block-in-the-editor.md * Add Block Controls and Settings Sidebar documentation * Add additional references to block in the editor * Remove duplicated content page from how-to-guides * Update block fundamentals README with additional information * Update docs/getting-started/fundamentals/block-in-the-editor.md Co-authored-by: Nick Diego <[email protected]> * Update docs/getting-started/fundamentals/block-in-the-editor.md Co-authored-by: Nick Diego <[email protected]> * Update docs/getting-started/fundamentals/block-in-the-editor.md Co-authored-by: Nick Diego <[email protected]> * Update docs/getting-started/fundamentals/block-in-the-editor.md Co-authored-by: Nick Diego <[email protected]> * Update docs/getting-started/fundamentals/block-in-the-editor.md Co-authored-by: Nick Diego <[email protected]> * Update docs/getting-started/fundamentals/block-in-the-editor.md Co-authored-by: Nick Diego <[email protected]> * Update docs/getting-started/fundamentals/block-in-the-editor.md Co-authored-by: Nick Diego <[email protected]> * Update docs/getting-started/fundamentals/block-in-the-editor.md Co-authored-by: Nick Diego <[email protected]> * Update docs/getting-started/fundamentals/block-in-the-editor.md Co-authored-by: Nick Diego <[email protected]> * Update block editor component references * Add BlockControls link to block-in-the-editor.md --------- Co-authored-by: Nick Diego <[email protected]>
Introduces the block in the editor and serves as an entry point for the related documentation.
This PR closes the issues #56273 and #55946
It also incoportates the content from Block Controls: Block Toolbar and Settings Sidebar and removed this page from the Sidebar Menu
@ndiego the page Block Controls: Block Toolbar and Settings Sidebar needs to be removed and redirected to https://developer.wordpress.org/block-editor/getting-started/fundamentals/block-in-the-editor/