Opened 4 years ago
Closed 4 years ago
#47017 closed defect (bug) (fixed)
Blocks: Expose more fields for blocks registered on the server
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 5.3 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Editor | Keywords: | has-patch commit |
Focuses: | Cc: |
Description (last modified by )
Discovered when working on Block Registration API RFC (https://github.com/WordPress/gutenberg/pull/13693) and doing an audit of fields exposed for the blocks registered on the server.
It turns out that there are 2 fields that we need to expose to make it possible to reuse them on the client:
styles
parent
It looks like there were omitted by accident during 5.0 release because they were never registered on the server in WordPress core.
Attachments (1)
Change History (10)
This ticket was mentioned in Slack in #core by david.baumwald. View the logs.
4 years ago
Note: See
TracTickets for help on using
tickets.
Patch is still valid and can be committed.