Skip to content
Snippets Groups Projects
Commit 6b7e78f8 authored by Matthieu Fesselier's avatar Matthieu Fesselier
Browse files

Merge branch 'patch-2' into 'master'

Make the description of `multiple` keywork clearer

See merge request !26
parents 4c82b5fe d063ad77
No related branches found
No related tags found
1 merge request!26Make the description of `multiple` keywork clearer
Pipeline #8111 passed with stage
in 34 seconds
......@@ -58,12 +58,12 @@ A widget is built like this.
- ``div``: inserts widgets in a ``<div>`` 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,
``value`` for the ``next`` attribute and ``label`` as text content.
- ``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``
......
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