Skip to content

Commit 61f8403

Browse files
committed
align table pipes
1 parent 54f0d44 commit 61f8403

24 files changed

+24
-24
lines changed

reference/forms/types/checkbox.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ if the box is unchecked, the value will be set to false.
1818
| | - `read_only`_ |
1919
| | - `disabled`_ |
2020
| | - `error_bubbling`_ |
21-
| | - `error_mapping`_ |
21+
| | - `error_mapping`_ |
2222
| | - `mapped`_ |
2323
+-------------+------------------------------------------------------------------------+
2424
| Parent type | :doc:`field</reference/forms/types/form>` |

reference/forms/types/choice.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ option.
2525
| | - `read_only`_ |
2626
| | - `disabled`_ |
2727
| | - `error_bubbling`_ |
28-
| | - `error_mapping`_ |
28+
| | - `error_mapping`_ |
2929
| | - `mapped`_ |
3030
| | - `virtual`_ |
3131
| | - `by_reference`_ |

reference/forms/types/collection.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ forms, which is useful when creating forms that expose one-to-many relationships
2222
+-------------+-----------------------------------------------------------------------------+
2323
| Inherited | - `label`_ |
2424
| options | - `error_bubbling`_ |
25-
| | - `error_mapping`_ |
25+
| | - `error_mapping`_ |
2626
| | - `by_reference`_ |
2727
| | - `empty_data`_ |
2828
| | - `mapped`_ |

reference/forms/types/country.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ you should just use the ``choice`` type directly.
3030
| | - `preferred_choices`_ |
3131
| | - `empty_value`_ |
3232
| | - `error_bubbling`_ |
33-
| | - `error_mapping`_ |
33+
| | - `error_mapping`_ |
3434
| | - `required`_ |
3535
| | - `label`_ |
3636
| | - `read_only`_ |

reference/forms/types/date.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ day, and year) or three select boxes (see the `widget_` option).
3838
| | - `disabled`_ |
3939
| | - `mapped`_ |
4040
| | - `virtual`_ |
41-
| | - `error_mapping`_ |
41+
| | - `error_mapping`_ |
4242
+----------------------+-----------------------------------------------------------------------------+
4343
| Parent type | ``field`` (if text), ``form`` otherwise |
4444
+----------------------+-----------------------------------------------------------------------------+

reference/forms/types/email.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ The ``email`` field is a text field that is rendered using the HTML5
1717
| | - `read_only`_ |
1818
| | - `disabled`_ |
1919
| | - `error_bubbling`_ |
20-
| | - `error_mapping`_ |
20+
| | - `error_mapping`_ |
2121
| | - `mapped`_ |
2222
+-------------+---------------------------------------------------------------------+
2323
| Parent type | :doc:`field</reference/forms/types/form>` |

reference/forms/types/entity.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ objects from the database.
3030
| | - `read_only`_ |
3131
| | - `disabled`_ |
3232
| | - `error_bubbling`_ |
33-
| | - `error_mapping`_ |
33+
| | - `error_mapping`_ |
3434
| | - `mapped`_ |
3535
+-------------+------------------------------------------------------------------+
3636
| Parent type | :doc:`choice</reference/forms/types/choice>` |

reference/forms/types/file.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ The ``file`` type represents a file input in your form.
1414
| | - `read_only`_ |
1515
| | - `disabled`_ |
1616
| | - `error_bubbling`_ |
17-
| | - `error_mapping`_ |
17+
| | - `error_mapping`_ |
1818
| | - `mapped`_ |
1919
+-------------+---------------------------------------------------------------------+
2020
| Parent type | :doc:`form</reference/forms/types/form>` |

reference/forms/types/hidden.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ The hidden type represents a hidden input field.
1515
| Inherited | - `data`_ |
1616
| options | - `property_path`_ |
1717
| | - `mapped`_ |
18-
| | - `error_mapping`_ |
18+
| | - `error_mapping`_ |
1919
+-------------+----------------------------------------------------------------------+
2020
| Parent type | :doc:`field</reference/forms/types/form>` |
2121
+-------------+----------------------------------------------------------------------+

reference/forms/types/integer.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ integers. By default, all non-integer values (e.g. 6.78) will round down (e.g. 6
2323
| | - `read_only`_ |
2424
| | - `disabled`_ |
2525
| | - `error_bubbling`_ |
26-
| | - `error_mapping`_ |
26+
| | - `error_mapping`_ |
2727
| | - `invalid_message`_ |
2828
| | - `invalid_message_parameters`_ |
2929
| | - `mapped`_ |

0 commit comments

Comments
 (0)