Skip to content

Commit

Permalink
Correct documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
getdave authored Sep 25, 2024
1 parent b4afe2f commit 873f657
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions packages/editor/src/hooks/block-settings-inspector-toggle.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,8 @@ import { __, isRTL } from '@wordpress/i18n';
import { drawerLeft, drawerRight } from '@wordpress/icons';

/**
* Override the default edit UI to include a new block inspector control for
* assigning a partial syncing controls to supported blocks in the pattern editor.
* Currently, only the `core/paragraph` block is supported.
* Override the default edit UI to include a new block options menu item
* to toggle the block's inspector controls open.
*
* @param {Component} BlockEdit Original component.
*
Expand Down

0 comments on commit 873f657

Please sign in to comment.