14c14 < index fa7124c..ec0ac08 100644 --- > index 61212fe..f1af7fd 100644 26c26 < @@ -39,93 +39,57 @@ function seven_preprocess_page(&$vars) { --- > @@ -39,93 +39,60 @@ function seven_preprocess_page(&$vars) { 61c61 < + * Overrides variables for custom-block-add-list.html.twig --- > + * Implements hook_preprocess_HOOK() for custom-block-add-list.html.twig 93c93,94 < * Overrides theme_admin_block_content(). --- > - * Overrides theme_admin_block_content(). > + * Implements hook_preprocess_HOOK() for theme_admin_block_content(). 128,130d128 < - * < - * Uses Seven's image versions, so the arrows show up as black and not gray on < - * gray. 131a130,132 > * > * Uses Seven's image versions, so the arrows show up as black and not gray on > * gray. 150c151 < index 0000000..9e369e6 --- > index 0000000..a65fb30 161,164c162,165 < + * - item.path: Path to the admin section. < + * - item.label: Short name of the section < + * - item.description: Description of the administrative menu item. < + * - compact: class indicator for compact mode (empty if not compact) --- > + * - path: Path to the admin section. > + * - label: Short name of the section. > + * - description: Description of the administrative menu item. > + * - compact: Class indicator for compact mode (empty if not compact). 181c182 < index 0000000..cc66b21 --- > index 0000000..e65809e 195,198c196,199 < + * - type.link: A link to add a block of this type. < + * - type.description: A description of this custom block type. < + * - type.label: The title of the custom block type. < + * - type.path: A path for the link to add a block of this type. --- > + * - link: A link to add a block of this type. > + * - description: A description of this custom block type. > + * - label: The title of the custom block type. > + * - path: A path for the link to add a block of this type. 215c216 < index 0000000..dea0a7b --- > index 0000000..5df64db 218c219 < @@ -0,0 +1,54 @@ --- > @@ -0,0 +1,57 @@ 253,255c254 < + {% if sidebar_first %} < + {{ sidebar_first }} < + {% endif %} --- > + {{ sidebar_first }} 270a270,274 > + > + > + 343c347 < index 0000000..6ede5a5 --- > index 0000000..fff306b 346c350 < @@ -0,0 +1,25 @@ --- > @@ -0,0 +1,26 @@ 350c354,355 < + * Default theme implementation to list the available types for content creation. --- > + * Default theme implementation to list the available types for content > + * creation. 354,355c359,360 < + * - type.add_link: Link to create a piece of content of this type. < + * - type.description: Description of this type of content. --- > + * - add_link: Link to create a piece of content of this type. > + * - description: Description of this type of content.