1properties.elementDescription
2-----------------------------
3
4:aspect:`Option path`
5      TYPO3.CMS.Form.prototypes.<prototypeIdentifier>.formElementsDefinition.Number.properties.elementDescription
6
7:aspect:`Data type`
8      string
9
10:aspect:`Needed by`
11      Frontend/ Backend (form editor)
12
13:aspect:`Overwritable within form definition`
14      Yes
15
16:aspect:`Form editor can write this property into the form definition (for prototype 'standard')`
17      Yes
18
19:aspect:`Mandatory`
20      No
21
22:aspect:`Default value (for prototype 'standard')`
23      Undefined
24
25:aspect:`Good to know`
26      - :ref:`"Custom form element implementations"<concepts-frontendrendering-codecomponents-customformelementimplementations>`
27      - :ref:`"Translate form definition"<concepts-frontendrendering-translation-formdefinition>`
28
29:aspect:`Description`
30      Set a description of the form element. By default, it is displayed
31      below the form element.