-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
[Site Editor] Templates and Template Parts screens - Provide a way for users to add a description to custom templates. #36664
Comments
This isn't part of the design that @jameskoster put together. At the moment templates and template parts don't support a published date. Like the 'Author' field that would have to be something added to the post type. There's also the same situation with author that a lot of these templates are files, so won't have a concept of being published. |
I wonder if there's a better way to do this. For the vast majority of templates the publish date is not useful information, indeed I'm not sure how we'd even determine the publish date for templates supplied by theme / plugin packages.
In this case, they should probably use the description field to elaborate. It's not currently possible to edit the description for custom templates, so perhaps this issue is where we explore how to enable that? |
I am refocusing this issue. So users can add a description to the custom templates. |
Noting that this was discussed during the 6.0 walkthrough as something to explore. |
We recently added a 'Summary' panel in the post editor where you can edit the post excerpt. We should explore aligning with that pattern here. |
NB! Refocusing issue from adding a column for published date to instead making it possible for users to add descriptions to custom templates.
The following is based on testing the PR Gutenberg Build from this PR:
#36379 (comment)
What problem does this address?
If the user has two similar templates it would be helpful to have a column for when the template was created.
What is your proposed solution?
Perhaps something similar to this(Refocusing the issue so users can add a description to custom templates)The text was updated successfully, but these errors were encountered: