Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
98b2898b
Commit
98b2898b
authored
Apr 07, 2014
by
alexpott
Browse files
Issue
#2226853
by filijonka, acouch: Variables documented in item-list.html.twig are incorrect.
parent
2aefd896
Changes
1
Show whitespace changes
Inline
Side-by-side
core/modules/system/templates/item-list.html.twig
View file @
98b2898b
...
@@ -4,9 +4,9 @@
...
@@ -4,9 +4,9 @@
* Default theme implementation for an item list.
* Default theme implementation for an item list.
*
*
* Available variables:
* Available variables:
* - items: A list of
renderable
items. Each item
has a #wrapper_attributes
* - items: A list of items. Each item
contains:
*
property which contains any
HTML attributes
which should
be applied to
the
*
- attributes:
HTML attributes
to
be applied to
each list item.
*
<li> tag
.
*
- value: The content of the list element
.
* - title: The title of the list.
* - title: The title of the list.
* - list_type: The tag for list element ("ul" or "ol").
* - list_type: The tag for list element ("ul" or "ol").
* - attributes: HTML attributes to be applied to the list.
* - attributes: HTML attributes to be applied to the list.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment