-
Notifications
You must be signed in to change notification settings - Fork 9
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
D8CORE-1632: Add variables to quote template #678
Conversation
@sherakama can you restart the tugboat? Or are we totally over the quota? |
{%- if src is not empty -%} | ||
<img class="su-quote__img" src="{{ src }}" alt="{{ alt }}"> | ||
{%- endif -%} | ||
{%- block block_quote_media -%} |
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.
Actually could this use the nested media.twig template, like what we did for the Card component?
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.
Oh, that might be an option. Let me see about that refactor.
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 that question about nested media.twig, and if not, do we need any stying for {{ quote_media }}, eg, float:left?
Naw, I'd like this to be an open field, and developers can bring their own styles if they add something wacky to it. |
@sherakama Please feel free to merge this in first so you can use the open {{ quote_media }} field. We can always decide whether we want the nested media.twig later. |
Thanks, It doesn't appear I will be getting the cycles to get to that work so merging this as is because it doesn't hurt. |
READY FOR REVIEW
Summary
Review By (Date)
Urgency
Steps to Test
Affected Projects or Products
Associated Issues and/or People
See Also