Skip to content
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

Merged
merged 32 commits into from
Sep 17, 2021

Conversation

yenyasinn
Copy link
Contributor

No description provided.

yenyasinn and others added 22 commits June 25, 2021 09:48
[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.
[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() {
Copy link
Member

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(),
Copy link
Member

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?

…ia-2-20210917

Update epic ewpp 873 text media 2 20210917
sergepavle
sergepavle previously approved these changes Sep 17, 2021
@upchuk upchuk merged commit 0877a95 into 3.x Sep 17, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants