-
Notifications
You must be signed in to change notification settings - Fork 6
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
Rename x-content-block to x-live-blog-post #485
Conversation
"module": "dist/ContentBlock.esm.js", | ||
"browser": "dist/ContentBlock.es5.js", | ||
"style": "dist/ContentBlock.css", | ||
"main": "dist/LiveBlogPpost.cjs.js", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Small typo - there is an extra p
here that needs to be removed
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks Keran 👍
Should be fixed now.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just one small typo but other than that this looks great. Thanks for updating the name!
|
||
This module displays a block of content with an id, title, body and timestamp. Main use case is the new version of live blogs, although we don't want to limit its usage to it. | ||
This module displays a live blog post with an id, title, body and timestamp. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pedantically, this sounds like the post displays the ID, which it doesn't. Although it does display the writer's name and social media links, which might be worth mentioning.
This is a side note and unrelated to the purpose of this PR, but I am raising it in case you want to do a small follow-up PR.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Will do that. Thank you!
Renames
x-content-block
tox-live-blog-post
.For
x-content-block
component, please see this PR: #474