block.configure.html.twig

Same filename in other branches
  1. 9 core/modules/help_topics/help_topics/block.configure.html.twig
  2. 8.9.x core/modules/help_topics/help_topics/block.configure.html.twig
  3. 10 core/modules/block/help_topics/block.configure.html.twig
---
label: 'Configuring a previously-placed block'
related:
  - block.overview
  - core.ui_accessibility
---
{% set layout_link_text %}{% trans %}Block layout{% endtrans %}{% endset %}
{% set layout_link = render_var(help_route_link(layout_link_text, 'block.admin_display')) %}
<h2>{% trans %}Goal{% endtrans %}</h2>
<p>{% trans %}Configure the settings of a block that was previously placed in a region of a theme.{% endtrans %}</p>
<h2>{% trans %}Steps{% endtrans %}</h2>
<ol>
  <li>{% trans %}In the <em>Manage</em> administrative menu, navigate to <em>Structure</em> &gt; <em>{{ layout_link }}</em>.{% endtrans %}</li>
  <li>{% trans %}Click the name of the theme that contains the block.{% endtrans %}</li>
  <li>{% trans %}Optionally, click <em>Demonstrate block regions</em> to see the regions of the theme.{% endtrans %}</li>
  <li>{% trans %}If you only want to change the region where a block is located, or the ordering of blocks within a region, drag blocks to their desired positions and click <em>Save blocks</em>.{% endtrans %}</li>
<li>{% trans %}If you want to change additional settings, find the region where the block you want to update is currently located, and click <em>Configure</em> in the line of the block description.{% endtrans %}</li>
  <li>{% trans %}Edit the block's settings. The available settings vary depending on the module that provides the block, but for all blocks you can change:{% endtrans %}
    <ul>
      <li>{% trans %}<em>Block title</em>: The heading for the block on your site -- for some blocks, you will need to check the <em>Override title</em> checkbox in order to enter a title{% endtrans %}</li>
      <li>{% trans %}<em>Display title</em>: Check the box if you want the title displayed{% endtrans %}</li>
      <li>{% trans %}<em>Visibility</em>: Add conditions for when the block should be displayed{% endtrans %}</li>
      <li>{% trans %}<em>Region</em>: Change the theme region the block is displayed in{% endtrans %}</li>
    </ul>
  </li>
  <li>{% trans %}Click <em>Save block</em>.{% endtrans %}</li>
</ol>

File

core/modules/block/help_topics/block.configure.html.twig

View source
  1. ---
  2. label: 'Configuring a previously-placed block'
  3. related:
  4. - block.overview
  5. - core.ui_accessibility
  6. ---
  7. {% set layout_link_text %}{% trans %}Block layout{% endtrans %}{% endset %}
  8. {% set layout_link = render_var(help_route_link(layout_link_text, 'block.admin_display')) %}
  9. <h2>{% trans %}Goal{% endtrans %}</h2>
  10. <p>{% trans %}Configure the settings of a block that was previously placed in a region of a theme.{% endtrans %}</p>
  11. <h2>{% trans %}Steps{% endtrans %}</h2>
  12. <ol>
  13. <li>{% trans %}In the <em>Manage</em> administrative menu, navigate to <em>Structure</em> &gt; <em>{{ layout_link }}</em>.{% endtrans %}</li>
  14. <li>{% trans %}Click the name of the theme that contains the block.{% endtrans %}</li>
  15. <li>{% trans %}Optionally, click <em>Demonstrate block regions</em> to see the regions of the theme.{% endtrans %}</li>
  16. <li>{% trans %}If you only want to change the region where a block is located, or the ordering of blocks within a region, drag blocks to their desired positions and click <em>Save blocks</em>.{% endtrans %}</li>
  17. <li>{% trans %}If you want to change additional settings, find the region where the block you want to update is currently located, and click <em>Configure</em> in the line of the block description.{% endtrans %}</li>
  18. <li>{% trans %}Edit the block's settings. The available settings vary depending on the module that provides the block, but for all blocks you can change:{% endtrans %}
  19. <ul>
  20. <li>{% trans %}<em>Block title</em>: The heading for the block on your site -- for some blocks, you will need to check the <em>Override title</em> checkbox in order to enter a title{% endtrans %}</li>
  21. <li>{% trans %}<em>Display title</em>: Check the box if you want the title displayed{% endtrans %}</li>
  22. <li>{% trans %}<em>Visibility</em>: Add conditions for when the block should be displayed{% endtrans %}</li>
  23. <li>{% trans %}<em>Region</em>: Change the theme region the block is displayed in{% endtrans %}</li>
  24. </ul>
  25. </li>
  26. <li>{% trans %}Click <em>Save block</em>.{% endtrans %}</li>
  27. </ol>

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.