Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
TYPO3
lfeditor
Commits
a8785e58
Commit
a8785e58
authored
Apr 03, 2018
by
Fabian Galinski
😾
Browse files
[TASK] Raise the numbers of shown constants in the edit file function
Fixes
#14
parent
0bae9b64
Changes
1
Hide whitespace changes
Inline
Side-by-side
Classes/Service/ConfigurationService.php
View file @
a8785e58
...
...
@@ -104,7 +104,7 @@ class ConfigurationService extends AbstractService {
$this
->
extConfig
[
'anzBackup'
]
=
5
;
// Options for number of constants presented on EditFile page
$this
->
extConfig
[
'numSiteConstsOptions'
]
=
[
'10'
=>
10
,
'20'
=>
20
,
'50'
=>
50
,
'100'
=>
100
,
'150'
=>
150
,
'200'
=>
200
];
=
[
'10
0
'
=>
10
0
,
'20
0
'
=>
20
0
,
'50
0
'
=>
50
0
,
'100
0
'
=>
100
0
,
'150
0
'
=>
150
0
,
'200
0
'
=>
200
0
];
// paths and files (dont need to exist)
$this
->
extConfig
[
'pathBackup'
]
=
Typo3Lib
::
fixFilePath
(
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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