Unverified Commit 5ec9c99d authored by Lee Rowlands's avatar Lee Rowlands
Browse files

Issue #3171149 by Feuerwagen, kostyashupenko: Set article content type to use...

Issue #3171149 by Feuerwagen, kostyashupenko: Set article content type to use "wide" image style within standard profile
parent 1a8a51ac
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -172,7 +172,7 @@ protected function setUp(): void {
    // Set URIs.
    // Image.
    $image_file = $this->article->get('field_image')->entity;
    $this->imageUri = ImageStyle::load('large')->buildUrl($image_file->getFileUri());
    $this->imageUri = ImageStyle::load('wide')->buildUrl($image_file->getFileUri());
    // Term.
    $this->termUri = $this->term->toUrl('canonical', ['absolute' => TRUE])->toString();
    // Article.
+2 −2
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@ dependencies:
    - field.field.node.article.comment
    - field.field.node.article.field_image
    - field.field.node.article.field_tags
    - image.style.large
    - image.style.wide
    - node.type.article
  module:
    - comment
@@ -40,7 +40,7 @@ content:
    label: hidden
    settings:
      image_link: ''
      image_style: large
      image_style: wide
    third_party_settings: {  }
    weight: -1
    region: content