--- label: 'Creating a custom block' related: - block.overview - block.configure - block.place - block_content.type --- {% set content_url = render_var(url('entity.block_content.collection')) %}

{% trans %}Goal{% endtrans %}

{% trans %}Create a custom block, which can later be placed on the site.{% endtrans %}

{% trans %}Steps{% endtrans %}

  1. {% trans %}In the Manage administrative menu, navigate to Structure > Block layout > Custom block library.{% endtrans %}
  2. {% trans %}Click Add custom block. If you have more than one custom block type defined on your site, click the name of the type you want to create.{% endtrans %}
  3. {% trans %}Enter a description of your block (to be shown to administrators) and the body text for your block.{% endtrans %}
  4. {% trans %}Click Save.{% endtrans %}