-
Notifications
You must be signed in to change notification settings - Fork 24
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
ENDOC-518 Clean up Classic CMS tutorials #531
Conversation
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.
Wow, lot of changes here. Had a few suggestions (capitalization to match the UI primarily, sorry) and then we need to get this on /next too...
@@ -1,32 +1,32 @@ | |||
# Content Templates | |||
|
|||
Content Templates define how information is displayed when a Content is published. They provide the styling and layout for Content Types and offer different representations of the same content. | |||
Content templates define how information is displayed when content is published. They provide the styling and layout for content types and enable different representations of the same content. |
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.
Hate to say it, but I think it should be Content Template and Content Type in this context. They are features in Entando and capitalized in the UX. :(
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.
no worries at all... the capitalization struggle with these specific terms has been real :(
A Content Type represents or models a Content. Alternatively, a Content is an instance or specialization of a Content Type. | ||
|
||
Content Types are characterized by [Attribute Types](./content-attributes.md). Each Attribute Type consists of one or more properties, known as Attributes, which are defined by their Attribute Type. | ||
Content is a specialized instance of a content type. A content type provides a template to specify and represent content. |
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.
specialized -> specific. A content is an actual instance of a type, like my Honda Odyssey is an instance of a type Car. Rather than specialized instance of Honda minivan. Okay, the analogy isn't perfect.
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.
i'm with you 100%. your odyssey is a certain incarnation of a honda, not the hypothetical generic honda that has been souped up for the side shows...
@nshaw i hit each tutorial and made modifications to match the text to the current app builder experience; language edits were a casualty of already being in there and invested. the attribute types page was just too tempting to pass up. i know you said it was a throwaway but i could not hold my peace... |
No description provided.