Skip to content

Commit

Permalink
change wording for Nullable TCA Config (#976)
Browse files Browse the repository at this point in the history
* change wording for Nullable TCA Config

I hope this is more understandable.

* Update Documentation/ColumnsConfig/Type/Text/Properties/Nullable.rst

Co-authored-by: Chris Müller <[email protected]>

---------

Co-authored-by: Chris Müller <[email protected]>
  • Loading branch information
franzholz and brotkrueml authored Mar 18, 2024
1 parent ebc3557 commit 868d50f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Documentation/ColumnsConfig/Type/Text/Properties/Nullable.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ nullable

If set to true, a checkbox will appear, which by default deactivates the
field. In the deactivated state the field is saved as :sql:`NULL` in the
database. By activating the checkbox it is possible to set a value, which
won't be saved as :sql:`NULL`, even an empty string.
database. By activating the checkbox it is possible to set a value.
If nothing is entered into the field, then an empty string will be saved and not a :sql:`NULL`.

The database field should have the according :sql:`NULL` option set.
The database field must allow the :sql:`NULL` value.


Example:
Expand Down

0 comments on commit 868d50f

Please sign in to comment.