-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
[amp-story-shopping] Add productDescription
to all templates and max length
#37993
Conversation
Hey @gmajoulet! These files were changed:
|
I wonder (depending on how this is displayed) if you want to test different lengths of text for this section. It might be helpful to have larger LoremIpsums in there so we know how it looks. Still approving |
productDescription
to all templatesproductDescription
to all templates and max length
@jshamble Please be sure the validation for |
@processprocess I am not sure if having a hard restriction would be beneficial given the discussion of other languages having different length requirements etc. See #37474 (comment) |
Got it! Thank you for the pointer to the discussion! |
productDescription
is a required field.This PR adds it to each example html template.
This PR also sets a max character length of 3000, and adds ellipses if it's over the limit.