Skip to content
Snippets Groups Projects
Commit 98b2898b authored by Alex Pott's avatar Alex Pott
Browse files

Issue #2226853 by filijonka, acouch: Variables documented in item-list.html.twig are incorrect.

parent 2aefd896
No related merge requests found
......@@ -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
* <li> 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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment