Skip to content

Commit

Permalink
Innerblock Templates Docs Link Typo Issue Fixed (#19813)
Browse files Browse the repository at this point in the history
* Innerblock Templates Docs Link Typo Issue Fixed

* Innerblock Templates Docs Link Typo Issue Fixed
  • Loading branch information
delowardev authored and mkaz committed Jan 23, 2020
1 parent f5cdfca commit 5275570
Showing 1 changed file with 2 additions and 2 deletions.
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

0 comments on commit 5275570

Please sign in to comment.