Opened 10 days ago
Last modified 10 days ago
#61945 assigned enhancement
Block Bindings: Add `canUpdateBlockBindings` editor setting
Reported by: | santosguillamot | Owned by: | cbravobernal |
---|---|---|---|
Milestone: | 6.7 | Priority: | normal |
Severity: | normal | Version: | trunk |
Component: | General | Keywords: | has-patch |
Focuses: | Cc: |
Description (last modified by )
Needed for [WordPress/gutenberg#64570](https://github.com/WordPress/gutenberg/pull/64570)
Adds canUpdateBlockBindings
editor setting that will be read to decide if the user should be able to create and modify bindings through the UI. By default, only admin users can do it, but it can be overridden with block_editor_settings_all
filter.
Change History (2)
This ticket was mentioned in PR #7258 on WordPress/wordpress-develop by @santosguillamot.
10 days ago
#1
Note: See
TracTickets for help on using
tickets.
Needed for https://github.com/WordPress/gutenberg/pull/64570
This pull request adds a
canUpdateBlockBindings
editor setting that will be read to decide if the user should be able to create and modify bindings through the UI. By default, only admin users can do it, but it can be overridden withblock_editor_settings_all
filter.Trac ticket: https://core.trac.wordpress.org/ticket/61945