-
Notifications
You must be signed in to change notification settings - Fork 32
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
EWPP-873: Text with featured media paragraph type V2 #939
Conversation
[EWPP-873] EWPP-876: Theme the link and new variants on text with featued media paragraphs.
[EWPP-873] EWPP-1327: Theme text with featured media title.
…ia-2 EWPP-873: Update epic branch.
…o changes in oe_paragraph component.
[EWPP-873] EWPP-1318: Port new "Featured media with text" pattern to ECL v3.
…ia-2-20210804 Merge 3.x into EPIC EWPP-874 Text with featured media v2
EWPP-1209: Ensure that Link field exist.
…ia-2-20210907 Update epic ewpp 873 text media 2
/** | ||
* Update default view display for Text with featured media paragraph. | ||
*/ | ||
function oe_theme_helper_post_update_20017() { |
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.
This is now ran by oe_paragraphs, we should remove it from here. Same goes for the configuration file itself.
$link_field = $paragraph->get('field_oe_link')->first(); | ||
$variables['link'] = [ | ||
'path' => $link_field->getUrl()->toString(), | ||
'label' => $link_field->get('title')->getValue(), |
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.
Is link field cache properly bubbled here?
EWPP-873: Align epic with 3.x
EWPP-873: Add cache info from the Link field to the page.
…ia-2-20210917 Update epic ewpp 873 text media 2 20210917
…ia-2-20210917-2 Update epic ewpp 873 text media 2 20210917 2
No description provided.