Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Christoph Hofmann
ITS Youtube Downloader
Commits
505a88ec
Commit
505a88ec
authored
Mar 17, 2017
by
Christoph Hofmann
Browse files
update
parent
79285fc6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Configuration/TCA/tx_itsyoutubedownload_domain_model_youtube.php
View file @
505a88ec
...
...
@@ -24,9 +24,14 @@ return array(
'interface'
=>
array
(
'showRecordFieldList'
=>
'sys_language_uid, l10n_parent, l10n_diffsource, video_i_d, title'
,
),
'types'
=>
array
(
'1'
=>
array
(
'showitem'
=>
'sys_language_uid;;;;1-1-1, l10n_parent, l10n_diffsource, video_i_d, title, '
),
),
'types'
=>
[
'1'
=>
[
'showitem'
=>
'
sys_language_uid, hidden,,
video_i_d, title,
--div--;LLL:EXT:frontend/Resources/Private/Language/locallang_ttc.xlf:tabs.access, starttime, endtime'
],
],
'palettes'
=>
array
(
'1'
=>
array
(
'showitem'
=>
''
),
),
...
...
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