Skip to content
Snippets Groups Projects

Add alt attribute in the doc

Merged Ghost User requested to merge alt-mixin into dev
3 files
+ 16
7
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -71,7 +71,7 @@ Attributes
@@ -71,7 +71,7 @@ Attributes
``default-[field]``
``default-[field]``
~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~
Value displayed for ``[field]`` when it’s empty or not defined
Value displayed for ``[field]`` when it’s empty or not defined.
``widget-[field]``
``widget-[field]``
~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~
@@ -95,11 +95,11 @@ Attributes
@@ -95,11 +95,11 @@ Attributes
``label-[field]``
``label-[field]``
~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~
Set the label for the ``[field]``
Set the label for the ``[field]``.
``placeholder-[field]``
``placeholder-[field]``
~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~
Set the placeholder for the ``[field]``
Set the placeholder for the ``[field]``.
``class-[field]``
``class-[field]``
~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~
@@ -126,6 +126,11 @@ Attributes
@@ -126,6 +126,11 @@ Attributes
editable-name
editable-name
></solid-display>
></solid-display>
 
``alt-[field]``
 
~~~~~~~~~~~~~~~
 
*Works only with solid-display-img*
 
 
Set the alt for the field ``[field]``.
``multiple-[field]``
``multiple-[field]``
~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~
Loading