Skip to content
Snippets Groups Projects
Commit d063ad77 authored by Fabien Quatravaux's avatar Fabien Quatravaux
Browse files

Make the description of `multiple` keywork clearer

parent 4c82b5fe
No related branches found
No related tags found
No related merge requests found
...@@ -58,12 +58,12 @@ A widget is built like this. ...@@ -58,12 +58,12 @@ A widget is built like this.
- ``div``: inserts widgets in a ``<div>`` tag - ``div``: inserts widgets in a ``<div>`` tag
- ``ul``: inserts widgets in a ``<ul>`` tag - ``ul``: inserts widgets in a ``<ul>`` tag
- default (no template keyword defined) - **default** (no template keyword defined)
- ``action``: Displays a link inside a ``<solid-link>`` tag with ``src`` for the ``data-src`` attribute, - ``action``: Displays a link inside a ``<solid-link>`` tag with ``src`` for the ``data-src`` attribute,
``value`` for the ``next`` attribute and ``label`` as text content. ``value`` for the ``next`` attribute and ``label`` as text content.
- ``multiple``: insert a ``solid-display`` with the ``@id`` of a container as ``data-src``. - ``multiple``: insert a ``solid-display`` with the ``@id`` of a container as ``data-src``.
The fields to display are chosen with the ``fields`` attribute. The fields to display are chosen with the ``multiple-[field name]-fields`` attribute.
``features`` ``features``
......
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