block.overview.html.twig

Same filename and directory in other branches
  1. 9 core/modules/help_topics/help_topics/block.overview.html.twig
  2. 8.9.x core/modules/help_topics/help_topics/block.overview.html.twig
  3. 10 core/modules/block/help_topics/block.overview.html.twig
---
label: 'Managing blocks'
top_level: true
related:
  - core.content_structure
---
<h2>{% trans %}What are blocks?{% endtrans %}</h2>
<p>{% trans %}Blocks are boxes of content rendered into an area, or region, of a web page of your site. Blocks are placed and configured specifically for each theme.{% endtrans %}</p>
<h2>{% trans %}What are content blocks?{% endtrans %}</h2>
<p>{% trans %}Content blocks are blocks whose content you can edit. You can define one or more <em>block types</em>, and attach fields to each block type. Content blocks can be placed just like blocks provided by other modules.{% endtrans %}</p>
<h2>{% trans %}What is the block description?{% endtrans %}</h2>
<p>{% trans %}The block description is an identification name for a block, which is shown in the administrative interface. It is not displayed on the site.{% endtrans %}</p>
<h2>{% trans %}What is the block title?{% endtrans %}</h2>
<p>{% trans %}The block title is the heading that is optionally shown to site visitors when the block is placed in a region.{% endtrans %}</p>
<h2>{% trans %}Overview for managing blocks{% endtrans %}</h2>
<p>{% trans %}The <em>Block</em> module allows you to place blocks in regions of your installed themes, and configure block settings. The <em>Block Content</em> module allows you to manage block types and content blocks. See the related topics listed below for specific tasks.{% endtrans %}</p>
<h2>{% trans %}Additional resources{% endtrans %}</h2>
<ul>
  <li>{% trans %}<a href="https://www.drupal.org/docs/user_guide/en/blocks-chapter.html">Blocks (Drupal User Guide)</a>{% endtrans %}</li>
</ul>

File

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

View source
  1. ---
  2. label: 'Managing blocks'
  3. top_level: true
  4. related:
  5. - core.content_structure
  6. ---
  7. <h2>{% trans %}What are blocks?{% endtrans %}</h2>
  8. <p>{% trans %}Blocks are boxes of content rendered into an area, or region, of a web page of your site. Blocks are placed and configured specifically for each theme.{% endtrans %}</p>
  9. <h2>{% trans %}What are content blocks?{% endtrans %}</h2>
  10. <p>{% trans %}Content blocks are blocks whose content you can edit. You can define one or more <em>block types</em>, and attach fields to each block type. Content blocks can be placed just like blocks provided by other modules.{% endtrans %}</p>
  11. <h2>{% trans %}What is the block description?{% endtrans %}</h2>
  12. <p>{% trans %}The block description is an identification name for a block, which is shown in the administrative interface. It is not displayed on the site.{% endtrans %}</p>
  13. <h2>{% trans %}What is the block title?{% endtrans %}</h2>
  14. <p>{% trans %}The block title is the heading that is optionally shown to site visitors when the block is placed in a region.{% endtrans %}</p>
  15. <h2>{% trans %}Overview for managing blocks{% endtrans %}</h2>
  16. <p>{% trans %}The <em>Block</em> module allows you to place blocks in regions of your installed themes, and configure block settings. The <em>Block Content</em> module allows you to manage block types and content blocks. See the related topics listed below for specific tasks.{% endtrans %}</p>
  17. <h2>{% trans %}Additional resources{% endtrans %}</h2>
  18. <ul>
  19. <li>{% trans %}<a href="https://www.drupal.org/docs/user_guide/en/blocks-chapter.html">Blocks (Drupal User Guide)</a>{% endtrans %}</li>
  20. </ul>

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