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

Innerblock Templates Docs Link Typo Issue Fixed #19813

Merged
merged 2 commits into from Jan 23, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions packages/block-editor/src/components/inner-blocks/README.md
Expand Up @@ -71,7 +71,7 @@ The previous code block restricts all blocks, so only child blocks explicitly re
* **Type:** `Array<Array<Object>>`

The template is defined as a list of block items. Such blocks can have predefined attributes, placeholder, content, etc. Block templates allow specifying a default initial state for an InnerBlocks area.
More information about templates can be found in [template docs](/docs/developers/block-api/block-templates.md).
More information about templates can be found in [template docs](/docs/designers-developers/developers/block-api/block-templates.md).

```jsx
const TEMPLATE = [ [ 'core/columns', {}, [
Expand Down Expand Up @@ -100,7 +100,7 @@ If false the selection should not be updated when child blocks specified in the
### `templateLock`
* **Type:** `String|Boolean`

Template locking of `InnerBlocks` is similar to [Custom Post Type templates locking](/docs/developers/block-api/block-templates.md#locking).
Template locking of `InnerBlocks` is similar to [Custom Post Type templates locking](/docs/designers-developers/developers/block-api/block-templates.md#locking).

Template locking allows locking the `InnerBlocks` area for the current template.
*Options:*
Expand Down