As an admin using Full-Site Editing, I want to be able to use Byline Manager bylines in a block theme.
Acceptance Criteria
Create a Gutenberg block for use in full-site editing that displays author data from Byline Manager instead of standard WordPress authors.
Make this block available in the same contexts as the core author block, such as in the post template and query loop blocks, so it can be used on single pages and post listings.
A new issue, #346 has been created that will precede this one. It will essentially hijack the core author block to display the data from the byline manager via a PHP filter.
This issue will be to override the core author block's settings to reflect its data being overwritten by the byline manager. So as to not create confusion in the core author block's UI.
The Author, Show Avatar, Avatar Size, Show Bio, Link Author Name to author page fields should all be wired up to show data from the byline manager.
User Story
Acceptance Criteria