-
Notifications
You must be signed in to change notification settings - Fork 138
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[TASK] Merge properties to selectsingle (#1139)
Releases: main, 12.4 (cherry picked from commit 81737cb)
- Loading branch information
Showing
34 changed files
with
793 additions
and
180 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -67,4 +67,3 @@ fieldWizard | |
DefaultLanguageDifferences | ||
LocalizationStateSelector | ||
OtherLanguageContent | ||
SelectIcons |
14 changes: 0 additions & 14 deletions
14
Documentation/ColumnsConfig/CommonProperties/FieldWizard/SelectIcons.rst
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
34 changes: 0 additions & 34 deletions
34
Documentation/ColumnsConfig/Type/Select/Single/Examples.rst
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
72 changes: 0 additions & 72 deletions
72
Documentation/ColumnsConfig/Type/Select/Single/Properties.rst
This file was deleted.
Oops, something went wrong.
17 changes: 17 additions & 0 deletions
17
...entation/ColumnsConfig/Type/Select/Single/_Properties/_AllowNonIdValues.rst.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
.. confval:: allowNonIdValues | ||
:name: select-single-allowNonIdValues | ||
:Path: $GLOBALS['TCA'][$table]['columns'][$field]['config'] | ||
:type: boolean | ||
:Scope: Proc. | ||
:RenderType: all | ||
|
||
Only useful if :confval:`select-single-foreign-table` is enabled. | ||
|
||
If set, then values which are not integer ids will be allowed. May be needed | ||
if you use itemsProcFunc or just enter additional items in the items array | ||
to produce some string-value elements for the list. | ||
|
||
.. note:: | ||
If you mix non-database relations with database relations like this, DO | ||
NOT use integers for values and DO NOT use "\_" (underscore) in values | ||
either! Will not work if you also use "MM" relations! |
Oops, something went wrong.