From c46169e8b601ab4faa1f2bf6a3f3d39695321a91 Mon Sep 17 00:00:00 2001 From: Manon Bourgognon <manon.bourgognon@epitech.eu> Date: Fri, 23 Jul 2021 12:25:48 +0200 Subject: [PATCH] update one attribute content --- source/import_documentation/Components/Solid-Widget.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/import_documentation/Components/Solid-Widget.rst b/source/import_documentation/Components/Solid-Widget.rst index b37e151..5cce124 100644 --- a/source/import_documentation/Components/Solid-Widget.rst +++ b/source/import_documentation/Components/Solid-Widget.rst @@ -50,7 +50,7 @@ If this attribute is combined with ``data-src="${value}"`` on a ``<solid-form>`` ~~~~~~~~~~~~~~~~~~~~~~~ It is usable to edit a nested resource (ie: a profile of a user, a customer of a project, ...) by creating a ``<solid-form>`` in a ``<solid-widget>``. -The ``value`` will be the ``@id`` of the nested resource, thus put it in the ``data-src`` will create a form on this nested resource. +The ``value`` will be the ``@id`` of the nested resource, thus putting it in the ``data-src`` will create a form field on this nested resource. It cannot be used without ``data-holder`` attribute. -- GitLab