Skip to content

Commit

Permalink
Merge pull request #5170 from dlubitz/task/update-textarea-docs
Browse files Browse the repository at this point in the history
TASK: Update textarea docs to latest version
  • Loading branch information
dlubitz authored Jul 4, 2024
2 parents aa04d8e + 40a1738 commit 1f3c59d
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions Neos.Neos/Documentation/References/PropertyEditorReference.rst
Original file line number Diff line number Diff line change
Expand Up @@ -92,12 +92,20 @@ 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 1f3c59d

Please sign in to comment.