Skip to content

Commit ecb7f6a

Browse files
authored
Merge pull request #235 from mapbender/fix/breakLine
Trennliniendefinition ändern
2 parents 69e0c85 + 9247dd9 commit ecb7f6a

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

de/functions/editing/digitizer.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -785,12 +785,12 @@ Textbereiche (type textArea)
785785
title: Bestandsaufnahme Bemerkung # Beschriftung (optional)
786786
787787
788-
Trennlinien (type breakline)
788+
Trennlinien (type breakLine)
789789
----------------------------
790790

791791
.. code-block:: yaml
792792
793-
- type: breakline # fügt eine einfache Trennlinie ein
793+
- type: breakLine # fügt eine einfache Trennlinie ein
794794
795795
796796
Checkboxen (type checkbox)

en/functions/editing/digitizer.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ The following option for the construction of the forms are available:
3030
* Datepicker
3131
* File upload and Image Display
3232
* Definition of tabs
33-
* Definition breaklines
33+
* Definition breakLines
3434
* Definition of Text
3535
* Mandatory fields, regular expressions to valid the content are possible
3636
* Help texts
@@ -791,12 +791,12 @@ Similar to the text field via type input (see above), text areas can be created
791791
title: Bestandsaufnahme Bemerkung # Label (optional)
792792
793793
794-
Breaklines (type breakline)
794+
Breaklines (type breakLine)
795795
---------------------------
796796

797797
.. code-block:: yaml
798798
799-
- type: breakline # element type definition, will draw a line
799+
- type: breakLine # element type definition, will draw a line
800800
801801
802802
Checkboxes (type checkbox)

0 commit comments

Comments
 (0)