diff --git a/source/import_documentation/Mixins/widget-mixin.rst b/source/import_documentation/Mixins/widget-mixin.rst index 06afbdd78853c5c99b0ec9e4d6adf79e8d0ff4db..083585f532b948ce8d91e8a586bf8094267c0a71 100644 --- a/source/import_documentation/Mixins/widget-mixin.rst +++ b/source/import_documentation/Mixins/widget-mixin.rst @@ -85,6 +85,10 @@ Attributes ~~~~~~~~~~~~~~~~~~ The widget to use for all the fields, except if a specific one is defined for a field. +``default-widget-[field]`` +~~~~~~~~~~~~~~~~~~~~~~~~~~ + The widget displayed by default if the ``[field]`` is empty. + ``action-[field]`` ~~~~~~~~~~~~~~~~~~ Displays a link with a ``<solid-link>`` tag with the current resource as ``data-src`` and the value of the attribute as ``next``. diff --git a/source/import_documentation/attributes-list.rst b/source/import_documentation/attributes-list.rst index a796c1d7395ecab42685c759eac90f5dba7ce6fc..04bfa6f065cc2a755ef757809a0fc486f2dc6653 100644 --- a/source/import_documentation/attributes-list.rst +++ b/source/import_documentation/attributes-list.rst @@ -75,6 +75,10 @@ List of attributes (core framework) ~~~~~~~~~~~~~~~~~~ * :ref:`widget-mixin <widget-mixin>` +``default-widget-[field]`` +~~~~~~~~~~~~~~~~~~~~~~~~~~ + * :ref:`widget-mixin <widget-mixin>` + ``editable-[field]`` ~~~~~~~~~~~~~~~~~~~~ * :ref:`widget-mixin <widget-mixin>`