diff --git a/config/sync/core.entity_view_display.node.re_delegation.default.yml b/config/sync/core.entity_view_display.node.re_delegation.default.yml index 519c01026..292d8354d 100644 --- a/config/sync/core.entity_view_display.node.re_delegation.default.yml +++ b/config/sync/core.entity_view_display.node.re_delegation.default.yml @@ -331,7 +331,7 @@ content: region: content field_transmittal_notice: type: string - label: above + label: inline settings: link_to_entity: false third_party_settings: { } diff --git a/docroot/themes/custom/epa_intranet/templates/node--re-delegation.html.twig b/docroot/themes/custom/epa_intranet/templates/node--re-delegation.html.twig index aea4ff94c..3d5ff86ba 100644 --- a/docroot/themes/custom/epa_intranet/templates/node--re-delegation.html.twig +++ b/docroot/themes/custom/epa_intranet/templates/node--re-delegation.html.twig @@ -143,9 +143,18 @@ {% else %}
  • {{ content.field_further_redelegation }}
  • {% endif %} @@ -162,7 +171,7 @@ {% endif %} {% if content.field_signed_memo|render|trim is not empty %}
    Signed Memo
    - {{ content.field_signed_memo }} +
    {{ content.field_signed_memo }}
    {% endif %} {% endif %}