Make WordPress Core

Changes between Initial Version and Version 2 of Ticket #61945


Ignore:
Timestamp:
08/28/2024 01:31:47 PM (9 months ago)
Author:
cbravobernal
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #61945

    • Property Owner set to cbravobernal
    • Property Status changed from new to assigned
    • Property Milestone changed from Awaiting Review to 6.7
  • Ticket #61945 – Description

    initial v2  
    1 Needed for WordPress/gutenberg#64570
     1Needed for [WordPress/gutenberg#64570](https://github.com/WordPress/gutenberg/pull/64570)
    22
    3 This pull request 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.
     3Adds `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.