diff --git a/core/modules/block/templates/block.html.twig b/core/modules/block/templates/block.html.twig index 236b3cf..11cc17e 100644 --- a/core/modules/block/templates/block.html.twig +++ b/core/modules/block/templates/block.html.twig @@ -12,12 +12,6 @@ * - module: The module that provided this block plugin. * - cache: The cache settings. * - Block plugin specific settings will also be stored here. - * - block - The full block entity. - * - label_hidden: The hidden block title value if the block was - * configured to hide the title ('label' is empty in this case). - * - module: The module that generated the block. - * - delta: An ID for the block, unique within each module. - * - region: The block region embedding the current block. * - content: The content of this block. * - attributes: array of HTML attributes populated by modules, intended to * be added to the main container tag of this template.