diff --git a/core/modules/system/templates/page.html.twig b/core/modules/system/templates/page.html.twig index eb5c7bf..c5a3711 100644 --- a/core/modules/system/templates/page.html.twig +++ b/core/modules/system/templates/page.html.twig @@ -46,7 +46,6 @@ * - page.primary_menu: Items for the primary menu region. * - page.secondary_menu: Items for the secondary menu region. * - page.highlighted: Items for the highlighted content region. - * - page.messages: Status messages block can be placed in messages region. * - page.help: Dynamic help text, mostly for admin pages. * - page.content: The main content of the current page. * - page.sidebar_first: Items for the first sidebar. @@ -97,7 +96,7 @@ {{ page.breadcrumb }} - {{ page.messages }} + {{ page.highlighted }} {{ page.help }} @@ -105,7 +104,6 @@ {# link is in html.html.twig #}
- {{ page.highlighted }} {{ title_prefix }} {% if title %} diff --git a/core/profiles/minimal/config/install/block.block.stark_messages.yml b/core/profiles/minimal/config/install/block.block.stark_messages.yml index 838d8c0..34a5e23 100644 --- a/core/profiles/minimal/config/install/block.block.stark_messages.yml +++ b/core/profiles/minimal/config/install/block.block.stark_messages.yml @@ -3,7 +3,7 @@ theme: stark weight: 0 status: true langcode: en -region: messages +region: highlighted plugin: system_messages_block settings: id: system_messages_block