From 57709ef0f5b306b5297518f5a6fccac74dac642f Mon Sep 17 00:00:00 2001 From: Manon Bourgognon <manon.bourgognon@epitech.eu> Date: Mon, 18 Jan 2021 17:45:08 +0100 Subject: [PATCH] add oEmbed widget documentation --- source/import_documentation/Widgets/Reference.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/source/import_documentation/Widgets/Reference.rst b/source/import_documentation/Widgets/Reference.rst index 3d95c3d..a1034e2 100644 --- a/source/import_documentation/Widgets/Reference.rst +++ b/source/import_documentation/Widgets/Reference.rst @@ -91,3 +91,4 @@ Features to add to the widget. You can choose as many as you want - ``addable``: adds a ``<solid-form>`` that allows to add data on the field concerned. It accepts attributes from :ref:`solid-form <solid-form>` by using ``addable-[field]-[attribute]="value"`` format. If ``addable-data-src`` is not provided, the solid-form will use the URI in ``range-[field]`` as data-src, if declared. +- ``oembed``: displays the video content of an oEmbed link filled with the associated ``value-[field]`` attribute. \ No newline at end of file -- GitLab