#63741 closed enhancement (fixed)
Block Bindings: Add core/post-data source
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 6.9 | Priority: | normal |
| Severity: | normal | Version: | |
| Component: | General | Keywords: | has-patch has-unit-tests gutenberg-merge |
| Focuses: | Cc: |
Description
It would be good to expose information associated with a given post, such as title, author, publish date etc. through a Block Bindings source, tentatively named core/post-data. This is explored in this Gutenberg PR, where the existing Date block is updated to use Block Bindings to bind to a post's publish date or last modified date (or to any source that exposes a date).
Change History (4)
This ticket was mentioned in PR #9299 on WordPress/wordpress-develop by @Bernhard Reiter.
8 months ago
#1
- Keywords has-patch has-unit-tests added
#2
@
7 months ago
- Owner set to Bernhard Reiter
- Resolution set to fixed
- Status changed from new to closed
In 60539:
@Bernhard Reiter commented on PR #9299:
7 months ago
#3
Committed to Core in https://core.trac.wordpress.org/changeset/60539.
Note: See
TracTickets for help on using
tickets.
WIP. Core port of https://github.com/WordPress/gutenberg/pull/70585. More details to follow.
Trac ticket: https://core.trac.wordpress.org/ticket/63741