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
662ee0c8
Commit
662ee0c8
authored
Dec 22, 2020
by
David Steeb
Browse files
[TASK] Set better defaults for image handling
Related: T3DEMO-277 Related:
#2
parent
5f842357
Pipeline
#10212
passed with stage
in 2 minutes and 26 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/extensions/site_t3demo/ext_localconf.php
View file @
662ee0c8
...
...
@@ -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