alleyinteractive / alleyinteractive/wp-liveblog
Establish Link Between Liveblog Entries and Liveblogs
Open
enhancement
gutenberg
php
typescript
- Dominant language
- PHP
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
### Description
Register a postmeta field called `liveblog_parent` as an integer field that can be set on `liveblog_entry` posts to point to the post ID of the `liveblog` post that the entry belongs to. Create a slotfill with a [PostPicker](https://github.com/alleyinteractive/alley-scripts/tree/main/packages/block-editor-tools/src/components/post-picker) that allows the user to select the Liveblog that the entry belongs to.
### Use Case
As an editor, I should be able to select the liveblog that the entry I am writing should appear on.
Contributor guide
Assessment
This issue has not been assessed yet.