From 98b2898b4a100ff9b568292e96cebf24b6b4f4d7 Mon Sep 17 00:00:00 2001 From: Alex Pott Date: Mon, 7 Apr 2014 09:22:52 +0100 Subject: [PATCH] Issue #2226853 by filijonka, acouch: Variables documented in item-list.html.twig are incorrect. --- core/modules/system/templates/item-list.html.twig | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/core/modules/system/templates/item-list.html.twig b/core/modules/system/templates/item-list.html.twig index e8d16e02e9c..34e1802d034 100644 --- a/core/modules/system/templates/item-list.html.twig +++ b/core/modules/system/templates/item-list.html.twig @@ -4,9 +4,9 @@ * Default theme implementation for an item list. * * Available variables: - * - items: A list of renderable items. Each item has a #wrapper_attributes - * property which contains any HTML attributes which should be applied to the - *
  • tag. + * - items: A list of items. Each item contains: + * - attributes: HTML attributes to be applied to each list item. + * - value: The content of the list element. * - title: The title of the list. * - list_type: The tag for list element ("ul" or "ol"). * - attributes: HTML attributes to be applied to the list.