Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make the "Post Author" description context-aware #32319

Closed
jameskoster opened this issue May 28, 2021 · 1 comment
Closed

Make the "Post Author" description context-aware #32319

jameskoster opened this issue May 28, 2021 · 1 comment
Labels
[Block] Post Author Affects the Post Author Block [Block] Post Content Affects the Post Content Block [Block] Post Date Affects the Post Date Block [Block] Post Excerpt Affects the Post Excerpt Block [Block] Post Featured Image Affects the Post Featured Image Block [Block] Post Tags Affects the Post Tags Block

Comments

@jameskoster
Copy link
Contributor

Blocks like Post Author are required to entertain multiple contexts:

  1. While editing a template the block is generic and not associated with any single post
  2. If inserted in a page, the block will display the author of that page
  3. If inserted in a Query in that same page, the block will display the author of the post(s) returned by the Query

The current description "Add the author of this post." could use some elaboration.

It would be nice if the description could vary based on the scenarios above.

Scenario Description
Editing a template Displays the author of the post
Inserted at the root level of post "Hello World!" Displays the author of this post
Inserted in a Query Displays the author of post name

Other blocks that will likely need the same treatment:

  • Post Content
  • Post Date
  • Post Excerpt
  • Post Featured Image
  • Post Tags
  • Post Categories
@jameskoster jameskoster added [Block] Post Excerpt Affects the Post Excerpt Block [Block] Post Author Affects the Post Author Block [Block] Post Date Affects the Post Date Block [Block] Post Featured Image Affects the Post Featured Image Block [Block] Post Content Affects the Post Content Block [Block] Post Tags Affects the Post Tags Block labels May 28, 2021
@jameskoster
Copy link
Contributor Author

I think this is covered by #27064

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
[Block] Post Author Affects the Post Author Block [Block] Post Content Affects the Post Content Block [Block] Post Date Affects the Post Date Block [Block] Post Excerpt Affects the Post Excerpt Block [Block] Post Featured Image Affects the Post Featured Image Block [Block] Post Tags Affects the Post Tags Block
Projects
None yet
Development

No branches or pull requests

1 participant