Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
services
demo.typo3.org
demo.typo3.org TYPO3 Installation
Commits
4f8d1de0
Commit
4f8d1de0
authored
Dec 22, 2020
by
Benni Mack
Browse files
Merge branch 'T3DEMO-277' into 'main'
[TASK] Set better defaults for image handling See merge request
!25
parents
5f842357
662ee0c8
Pipeline
#10213
failed with stages
in 3 minutes and 54 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/extensions/site_t3demo/ext_localconf.php
View file @
4f8d1de0
...
...
@@ -3,6 +3,10 @@
defined
(
'TYPO3_MODE'
)
or
die
();
(
function
()
{
$GLOBALS
[
'TYPO3_CONF_VARS'
][
'GFX'
][
'gdlib_png'
]
=
1
;
$GLOBALS
[
'TYPO3_CONF_VARS'
][
'GFX'
][
'gif_compress'
]
=
0
;
$GLOBALS
[
'TYPO3_CONF_VARS'
][
'GFX'
][
'jpg_quality'
]
=
90
;
$GLOBALS
[
'TYPO3_CONF_VARS'
][
'RTE'
][
'Presets'
][
'default'
]
=
'EXT:site_t3demo/Configuration/RTE/RteConfiguration.yaml'
;
$GLOBALS
[
'TYPO3_CONF_VARS'
][
'RTE'
][
'Presets'
][
'rteWithTable'
]
=
'EXT:site_t3demo/Configuration/RTE/RteWithTable.yaml'
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment