--- label: 'Placing a block' related: - block.overview - block.configure --- {% set layout_url = render_var(url('block.admin_display')) %} {% set configure = render_var(url('help.help_topic', {'id': '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 > Block layout.{% 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 Configuring a previously-placed block for configuration details.{% endtrans %}