Opened 6 years ago
Closed 6 years ago
#45257 closed enhancement (fixed)
Add custom fields support to the block editor
Reported by: | noisysocks | Owned by: | pento |
---|---|---|---|
Milestone: | 5.0 | Priority: | normal |
Severity: | normal | Version: | 5.0 |
Component: | Editor | Keywords: | has-patch fixed-5.0 |
Focuses: | Cc: |
Description
The Custom Fields meta box was added to Gutenberg in https://github.com/WordPress/gutenberg/pull/11084. We will need to copy the PHP changes over into Core after the @wordpress/edit-post
package is updated so that Custom Fields are supported in 5.0.
Attachments (2)
Change History (10)
#1
@
6 years ago
- Keywords needs-patch removed
- Milestone changed from Awaiting Review to 5.0
- Owner changed from noisysocks to pento
#3
@
6 years ago
- Keywords has-patch added
- Resolution fixed deleted
- Status changed from closed to reopened
45257.2.patch fixes the issue mentioned in https://github.com/WordPress/gutenberg/issues/11469.
45257.patch adds the brackets to all conditions.
#5
@
6 years ago
Thanks for the patch, @ocean90! I'm going to go with the small patch, to make it less tricky when it comes to merging these changes into trunk
. :)
Note: See
TracTickets for help on using
tickets.
In 43861: