Skip to content

Commit

Permalink
TASK: Update textarea docs to latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
dlubitz committed Jul 2, 2024
1 parent 9b00a77 commit 77023f4
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions Neos.Neos/Documentation/References/PropertyEditorReference.rst
Original file line number Diff line number Diff line change
Expand Up @@ -92,12 +92,18 @@ In case the text input should span multiple lines, a ``TextAreaEditor`` should b
group: 'document'
editor: 'Neos.Neos/Inspector/Editors/TextAreaEditor'
editorOptions:
rows: 7
minRows: 5
expandedRows: 10
maxRows: 20

Options Reference:

``rows`` (integer)
Number of lines this textarea should have; Default ``5``.
``minRows`` (integer)
Optional number to set the minRows of the TextArea if not expanded; Default ``2``.
``maxRows`` (integer)
Optional number to set the maxRows of the TextArea if expanded; Default ``24``.
``expandedRows`` (integer)
Optional number to set the expandedRows of the TextArea if expanded; Default ``6``.

** and all options from Text Field Editor -- see above**

Expand Down

0 comments on commit 77023f4

Please sign in to comment.