-
Notifications
You must be signed in to change notification settings - Fork 137
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Backport 11.5] [TASK] Overhaul imagemanipulation type (#1005)
[TASK] Overhaul imagemanipulation type * Correct indentation, * add names for confvals releases: main, 12.4, 11.5 Co-authored-by: lina.wolf <[email protected]>
- Loading branch information
1 parent
76f2eba
commit 50b229b
Showing
6 changed files
with
227 additions
and
227 deletions.
There are no files selected for viewing
8 changes: 4 additions & 4 deletions
8
Documentation/ColumnsConfig/Type/ImageManipulation/Examples.rst
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
18 changes: 9 additions & 9 deletions
18
...mentation/ColumnsConfig/Type/ImageManipulation/Properties/AllowedExtensions.rst
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 |
---|---|---|
@@ -1,15 +1,15 @@ | ||
.. include:: /Includes.rst.txt | ||
.. _columns-imageManipulation-properties-allowedExtensions: | ||
.. include:: /Includes.rst.txt | ||
.. _columns-imageManipulation-properties-allowedExtensions: | ||
|
||
================= | ||
allowedExtensions | ||
================= | ||
|
||
.. confval:: allowedExtensions | ||
.. confval:: allowedExtensions | ||
:name: imageManipulation-allowedExtensions | ||
:Path: $GLOBALS['TCA'][$table]['columns'][$field]['config'] | ||
:type: string (list of file extensions) | ||
:Scope: Proc. / Display | ||
|
||
:Path: $GLOBALS['TCA'][$table]['columns'][$field]['config'] | ||
:type: string (list of file extensions) | ||
:Scope: Proc. / Display | ||
|
||
List of image types (by file extension) which can be cropped. Defaults to | ||
`$GLOBALS['TYPO3_CONF_VARS']['GFX']['imagefile_ext']` which is usually `gif,jpg,jpeg,png`. | ||
List of image types (by file extension) which can be cropped. Defaults to | ||
`$GLOBALS['TYPO3_CONF_VARS']['GFX']['imagefile_ext']` which is usually `gif,jpg,jpeg,png`. |
Oops, something went wrong.