Opened 3 months ago
Closed 3 weeks ago
#65049 closed enhancement (fixed)
Templates: Add date field
| Reported by: | ntsekouras | Owned by: | ntsekouras |
|---|---|---|---|
| Priority: | normal | Milestone: | 7.1 |
| Component: | REST API | Version: | |
| Severity: | normal | Keywords: | has-patch has-unit-tests gutenberg-merge |
| Cc: | Focuses: |
Description
Backports: https://github.com/WordPress/gutenberg/pull/77134
This PR adds the date field in templates and template parts. This will help with the simplification of revisions handling for these post types, as there is a lot of scattered code around that working around the fact that they expose only the modified date.
## Testing Instructions
datefield should be returned through REST API- everything should work exactly as before - especially the templates/template parts flows since the change affects only them.
Change History (3)
This ticket was mentioned in PR #11474 on WordPress/wordpress-develop by @ntsekouras.
3 months ago
#1
- Keywords has-unit-tests added
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Backports: https://github.com/WordPress/gutenberg/pull/77134
Trac ticket: https://core.trac.wordpress.org/ticket/65049
This PR adds the
datefield in templates and template parts. This will help with the simplification of revisions handling for these post types, as there is a lot of scattered code around that working around the fact that they expose only themodifieddate.## Testing Instructions
datefield should be returned through REST API