-
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 text - rte page (#1138)
Releases: main, 12.4
- Loading branch information
Showing
34 changed files
with
393 additions
and
307 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
26 changes: 0 additions & 26 deletions
26
Documentation/ColumnsConfig/Type/Text/Default/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
54 changes: 0 additions & 54 deletions
54
Documentation/ColumnsConfig/Type/Text/Default/Properties.rst
This file was deleted.
Oops, something went wrong.
22 changes: 22 additions & 0 deletions
22
...lumnsConfig/Type/Text/Default/_Properties/_AllowLanguageSynchronization.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,22 @@ | ||
.. confval:: behaviour | ||
:name: text-behaviour | ||
|
||
.. confval:: allowLanguageSynchronization | ||
:type: boolean | ||
:name: text-behaviour-allowLanguageSynchronization | ||
:Path: $GLOBALS['TCA'][$table]['columns'][$field]['config']['behaviour']['allowLanguageSynchronization'] | ||
:Scope: Proc. | ||
:default: false | ||
|
||
Allows an editor to select in a localized record whether the value is copied | ||
over from default or source language record, or if the field has an own value | ||
in the localization. If set to true and if the table supports localization | ||
and if a localized record is edited, this setting enables FieldWizard | ||
:ref:`LocalizationStateSelector <columns-input-properties-fieldWizard-localizationStateSelector>`: | ||
Two or three radio buttons shown below the field input. The state of this is | ||
stored in a json encoded array in the database table called :code:`l10n_state`. | ||
It tells the DataHandler which fields of the localization records should be kept | ||
in sync if the underlying default or source record changes. | ||
|
||
.. literalinclude:: _Snippets/_AllowLanguageSynchronization.php | ||
:caption: EXT:my_extension/Configuration/TCA/Overrides/someTable.php |
16 changes: 3 additions & 13 deletions
16
...lumnsConfig/Type/Text/Properties/Cols.rst → ...pe/Text/Default/_Properties/_Cols.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
7 changes: 7 additions & 0 deletions
7
Documentation/ColumnsConfig/Type/Text/Default/_Properties/_Default.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,7 @@ | ||
.. confval:: default | ||
:name: text-default | ||
:Path: $GLOBALS['TCA'][$table]['columns'][$field]['config']['default'] | ||
:type: string | ||
:Scope: Display / Proc. | ||
|
||
Default value set if a new record is created. |
10 changes: 1 addition & 9 deletions
10
...g/Type/Text/Properties/EnableRichtext.rst → ...fault/_Properties/_EnableRichtext.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
15 changes: 3 additions & 12 deletions
15
.../Type/Text/Properties/EnableTabulator.rst → ...ault/_Properties/_EnableTabulator.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
Oops, something went wrong.