Skip to content

Commit

Permalink
Support parent registries
Browse files Browse the repository at this point in the history
  • Loading branch information
youknowriad committed Mar 12, 2019
1 parent e0e10f7 commit 5b90490
Show file tree
Hide file tree
Showing 9 changed files with 169 additions and 98 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -763,6 +763,19 @@ via its `onChange` callback, in addition to `onInput`.

Whether the most recent block change was persistent.

### __experimentalGetParsedReusableBlock

Returns the parsed block saved as shared block with the given ID.

*Parameters*

* state: Global application state.
* ref: The shared block's ID.

*Returns*

The parsed block.

## Actions

### resetBlocks
Expand Down
6 changes: 3 additions & 3 deletions docs/designers-developers/developers/data/data-core-editor.md
Original file line number Diff line number Diff line change
Expand Up @@ -918,15 +918,15 @@ Returns an action object used to delete a reusable block via the REST API.

* id: The ID of the reusable block to delete.

### __experimentalUpdateReusableBlockTitle
### __experimentalUpdateReusableBlock

Returns an action object used in signalling that a reusable block's title is
Returns an action object used in signalling that a reusable block is
to be updated.

*Parameters*

* id: The ID of the reusable block to update.
* title: The new title.
* changes: The changes to apply.

### __experimentalConvertBlockToStatic

Expand Down
Loading

0 comments on commit 5b90490

Please sign in to comment.