--- label: 'Placing a block' related: - block.overview - block.configure --- {% set layout_link_text %} {% trans %}Block layout{% endtrans %} {% endset %} {% set layout_link = render_var(help_route_link(layout_link_text, 'block.admin_display')) %} {% set configure_topic = render_var(help_topic_link('block.configure')) %}

{% trans %}Goal{% endtrans %}

{% trans %}Place a block into a theme's region. {% endtrans %}

{% trans %}Steps{% endtrans %}

  1. {% trans %}In the Manage administrative menu, navigate to Structure > {{ layout_link }}.{% endtrans %}
  2. {% trans %}Click the name of the theme that you want to place the block in.{% endtrans %}
  3. {% trans %}Optionally, click Demonstrate block regions to see the regions of the theme.{% endtrans %}
  4. {% trans %}Find the region where you want the block, and click Place block in that region. A modal dialog will pop up.{% endtrans %}
  5. {% trans %}Find the block you want to place and click Place block. A Configure block modal dialog will pop up.{% endtrans %}
  6. {% trans %}Configure the block and click Save block; see {{ configure_topic }} for configuration details.{% endtrans %}