diff -u b/core/modules/block_content/block_content.module b/core/modules/block_content/block_content.module --- b/core/modules/block_content/block_content.module +++ b/core/modules/block_content/block_content.module @@ -18,22 +18,22 @@ $field_ui = \Drupal::moduleHandler()->moduleExists('field_ui') ? \Drupal::url('help.page', array('name' => 'field_ui')) : '#'; $output = ''; $output .= '
' . t('The Custom Block module allows you to create custom block types and content-containing blocks, and provides a Custom block library listing all of them. Custom block types have fields; see the Field module help for more information. Once created, custom blocks can be placed in regions just like blocks provided by other modules; see the Block module help page for details. For more information, see the online documentation for the Custom Block module.', array(':block-library' => \Drupal::url('entity.block_content.collection'), ':block-content' => \Drupal::url('entity.block_content.collection'), ':field-help' => \Drupal::url('help.page', array('name' => 'field')), ':blocks' => \Drupal::url('help.page', array('name' => 'block')), ':online-help' => 'https://www.drupal.org/documentation/modules/block_content')) . '
'; + $output .= '' . t('The Custom Block module allows you to create custom block types and content-containing blocks, and provides a Blocks page in the Custom block library listing all of them. Custom block types have fields; see the Field module help for more information. Once created, custom blocks can be placed in regions just like blocks provided by other modules; see the Block module help page for details. For more information, see the online documentation for the Custom Block module.', array(':block-library' => \Drupal::url('entity.block_content.collection'), ':block-content' => \Drupal::url('entity.block_content.collection'), ':field-help' => \Drupal::url('help.page', array('name' => 'field')), ':blocks' => \Drupal::url('help.page', array('name' => 'block')), ':online-help' => 'https://www.drupal.org/documentation/modules/block_content')) . '
'; $output .= '' . t('This page provides a list of all custom blocks on the site and allows you to add, edit, and delete custom blocks of each custom block type you have defined. You can manage block types from the Block types page.', array(':custom-block-library' => \Drupal::url('entity.block_content_type.collection'))) . '
'; + $output = '' . t('Blocks in the block library belong to Custom block types, each with its own fields and display settings. After creating a block, it will appear in the blocks list on the Block layout page, then you can place it in a region.', array(':types' => \Drupal::url('entity.block_content_type.collection'), ':blocks' => \Drupal::url('block.admin_display'))) . '
'; return $output; case 'entity.block_content_type.collection': - $output = '' . t('This page provides a list of all custom block types on the site and allows you to add, edit, and delete custom block types with fields and display settings. Then you can add each type of block on the Blocks page.', array(':block-library' => \Drupal::url('entity.block_content.collection'))) . '
'; + $output = '' . t('Each block type has its own fields and display settings. Create blocks of each type on the Blocks page in the Custom block library.', array(':block-library' => \Drupal::url('entity.block_content.collection'))) . '
'; return $output; } only in patch2: unchanged: --- a/core/modules/block_content/block_content.links.task.yml +++ b/core/modules/block_content/block_content.links.task.yml @@ -7,7 +7,7 @@ block_content.list_sub: route_name: entity.block_content.collection parent_id: entity.block_content.collection entity.block_content_type.collection: - title: Types + title: Block types route_name: entity.block_content_type.collection parent_id: entity.block_content.collection weight: 1