Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions packages/block-editor/src/components/inner-blocks/README.md
Original file line number Diff line number Diff line change
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