From d063ad775234a955d373f203b6e01c4fadcd84fa Mon Sep 17 00:00:00 2001 From: Fabien Quatravaux <fabien.quatravaux@lemans.happy-dev.fr> Date: Thu, 15 Oct 2020 20:47:21 +0000 Subject: [PATCH] Make the description of `multiple` keywork clearer --- source/import_documentation/Widgets/Reference.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/import_documentation/Widgets/Reference.rst b/source/import_documentation/Widgets/Reference.rst index a402e39..57e2002 100644 --- a/source/import_documentation/Widgets/Reference.rst +++ b/source/import_documentation/Widgets/Reference.rst @@ -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`` -- GitLab