Initial Drupal 11 with DDEV setup
This commit is contained in:
		
							
								
								
									
										27
									
								
								web/core/modules/block/help_topics/block.configure.html.twig
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										27
									
								
								web/core/modules/block/help_topics/block.configure.html.twig
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1,27 @@
 | 
			
		||||
---
 | 
			
		||||
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> > <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>
 | 
			
		||||
							
								
								
									
										20
									
								
								web/core/modules/block/help_topics/block.overview.html.twig
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										20
									
								
								web/core/modules/block/help_topics/block.overview.html.twig
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1,20 @@
 | 
			
		||||
---
 | 
			
		||||
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>
 | 
			
		||||
							
								
								
									
										22
									
								
								web/core/modules/block/help_topics/block.place.html.twig
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										22
									
								
								web/core/modules/block/help_topics/block.place.html.twig
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1,22 @@
 | 
			
		||||
---
 | 
			
		||||
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')) %}
 | 
			
		||||
<h2>{% trans %}Goal{% endtrans %}</h2>
 | 
			
		||||
<p>{% trans %}Place a block into a theme's region. {% endtrans %}</p>
 | 
			
		||||
<h2>{% trans %}Steps{% endtrans %}</h2>
 | 
			
		||||
<ol>
 | 
			
		||||
  <li>{% trans %}In the <em>Manage</em> administrative menu, navigate to <em>Structure</em> > {{ layout_link }}.{% endtrans %}</li>
 | 
			
		||||
  <li>{% trans %}Click the name of the theme that you want to place the block in.{% endtrans %}</li>
 | 
			
		||||
  <li>{% trans %}Optionally, click <em>Demonstrate block regions</em> to see the regions of the theme.{% endtrans %}</li>
 | 
			
		||||
  <li>{% trans %}Find the region where you want the block, and click <em>Place block</em> in that region. A modal dialog will pop up.{% endtrans %}</li>
 | 
			
		||||
  <li>{% trans %}Find the block you want to place and click <em>Place block</em>. A <em>Configure block</em> modal dialog will pop up.{% endtrans %}</li>
 | 
			
		||||
  <li>{% trans %}Configure the block and click <em>Save block</em>; see {{ configure_topic }} for configuration details.{% endtrans %}</li>
 | 
			
		||||
</ol>
 | 
			
		||||
		Reference in New Issue
	
	Block a user