diff --git a/core/modules/system/templates/links.html.twig b/core/modules/system/templates/links.html.twig index 4520106..c559e7a 100644 --- a/core/modules/system/templates/links.html.twig +++ b/core/modules/system/templates/links.html.twig @@ -7,12 +7,12 @@ * - attributes: Attributes for the UL containing the list of links. * - links: Links to be output. * Each link will have the following elements: - * - title: The link text. + * - text: The link text. * - link: The link URL. If omitted, the 'title' is shown as a plain text * item in the links list. - * - attributes: (optional) HTML attributes for the anchor, or for the + * - attributes: (optional) HTML attributes for the li HTML element. + * - text_attributes: (optional) HTML attributes for the anchor, or for the * tag if no 'link' is supplied. - * - link_key: The link CSS class. * - heading: (optional) A heading to precede the links. * - text: The heading text. * - level: The heading level (e.g. 'h2', 'h3'). diff --git a/core/themes/classy/templates/navigation/links.html.twig b/core/themes/classy/templates/navigation/links.html.twig index 076625c..a21743a 100644 --- a/core/themes/classy/templates/navigation/links.html.twig +++ b/core/themes/classy/templates/navigation/links.html.twig @@ -7,12 +7,12 @@ * - attributes: Attributes for the UL containing the list of links. * - links: Links to be output. * Each link will have the following elements: - * - title: The link text. + * - text: The link text. * - link: The link URL. If omitted, the 'title' is shown as a plain text * item in the links list. - * - attributes: (optional) HTML attributes for the anchor, or for the + * - attributes: (optional) HTML attributes for the li HTML element. + * - text_attributes: (optional) HTML attributes for the anchor, or for the * tag if no 'link' is supplied. - * - link_key: The link CSS class. * - heading: (optional) A heading to precede the links. * - text: The heading text. * - level: The heading level (e.g. 'h2', 'h3'). diff --git a/core/themes/stable/templates/navigation/links.html.twig b/core/themes/stable/templates/navigation/links.html.twig index 076625c..a21743a 100644 --- a/core/themes/stable/templates/navigation/links.html.twig +++ b/core/themes/stable/templates/navigation/links.html.twig @@ -7,12 +7,12 @@ * - attributes: Attributes for the UL containing the list of links. * - links: Links to be output. * Each link will have the following elements: - * - title: The link text. + * - text: The link text. * - link: The link URL. If omitted, the 'title' is shown as a plain text * item in the links list. - * - attributes: (optional) HTML attributes for the anchor, or for the + * - attributes: (optional) HTML attributes for the li HTML element. + * - text_attributes: (optional) HTML attributes for the anchor, or for the * tag if no 'link' is supplied. - * - link_key: The link CSS class. * - heading: (optional) A heading to precede the links. * - text: The heading text. * - level: The heading level (e.g. 'h2', 'h3').