Skip to content

Commit

Permalink
Edit Post: Regenerate edit-post action documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
aduth committed Mar 4, 2019
1 parent 213bda2 commit e43f953
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions docs/designers-developers/developers/data/data-core-edit-post.md
Original file line number Diff line number Diff line change
Expand Up @@ -339,6 +339,24 @@ Returns an action object used to toggle a plugin name flag.

* pluginName: Plugin name.

### disableBlockTypes

Returns an action object used in signalling that block types by the given
name(s) should be disabled.

*Parameters*

* blockNames: Names of block types to disable.

### enableBlockTypes

Returns an action object used in signalling that block types by the given
name(s) should be enabled.

*Parameters*

* blockNames: Names of block types to enable.

### setAvailableMetaBoxesPerLocation

Returns an action object used in signaling
Expand Down

0 comments on commit e43f953

Please sign in to comment.