Make WordPress Core

Opened 10 days ago

Last modified 10 days ago

#61945 assigned enhancement

Block Bindings: Add `canUpdateBlockBindings` editor setting

Reported by: santosguillamot's profile santosguillamot Owned by: cbravobernal's profile cbravobernal
Milestone: 6.7 Priority: normal
Severity: normal Version: trunk
Component: General Keywords: has-patch
Focuses: Cc:

Description (last modified by cbravobernal)

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

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 with block_editor_settings_all filter.

Trac ticket: https://core.trac.wordpress.org/ticket/61945

#2 @cbravobernal
10 days ago

  • Description modified (diff)
  • Milestone changed from Awaiting Review to 6.7
  • Owner set to cbravobernal
  • Status changed from new to assigned
Note: See TracTickets for help on using tickets.