.. include:: /Includes.rst.txt
properties.text
---------------

:aspect:`Option path`
      prototypes.<prototypeIdentifier>.formElementsDefinition.StaticText.properties.text

:aspect:`Data type`
      string

:aspect:`Needed by`
      Frontend/ Backend (form editor)

:aspect:`Overwritable within form definition`
      Yes

:aspect:`form editor can write this property into the form definition (for prototype 'standard')`
      Yes

:aspect:`Mandatory`
      No

:aspect:`Default value (for prototype 'standard')`
      .. code-block:: yaml
         :linenos:
         :emphasize-lines: 3

         StaticText:
           properties:
             text: ''

.. :aspect:`Good to know`
      ToDo

:aspect:`Description`
      The text to display.
