Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
t3o
my.typo3.org
Commits
a3766d8c
Commit
a3766d8c
authored
Nov 05, 2018
by
mabolek
Browse files
[FIX] Changed indenting to spaces
parent
a67ef8c9
Pipeline
#5535
failed with stages
in 13 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
html/typo3conf/ext/karma/Configuration/TCA/tx_karma_domain_model_karma_source.php
View file @
a3766d8c
...
...
@@ -4,72 +4,72 @@ defined('TYPO3_MODE') or die();
$ll
=
'LLL:EXT:karma/Resources/Private/Language/locallang_db.xlf:'
;
$tx_karma_domain_model_karma_source
=
[
'ctrl'
=>
[
'title'
=>
$ll
.
'tx_karma_domain_model_karma_source'
,
'label'
=>
'title'
,
'hideAtCopy'
=>
true
,
'tstamp'
=>
'tstamp'
,
'crdate'
=>
'crdate'
,
'default_sortby'
=>
'ORDER BY title'
,
'delete'
=>
'deleted'
,
'enablecolumns'
=>
[
'disabled'
=>
'hidden'
,
],
'iconfile'
=>
'EXT:karma/Resources/Public/Icons/tx_karma_domain_model_karma_source.svg'
,
],
'interface'
=>
[
'showRecordFieldList'
=>
'pid,hidden,title,code'
],
'columns'
=>
[
'hidden'
=>
[
'exclude'
=>
true
,
'label'
=>
'LLL:EXT:lang/locallang_general.xlf:LGL.hidden'
,
'config'
=>
[
'type'
=>
'check'
,
'default'
=>
0
]
],
'pid'
=>
[
'label'
=>
'pid'
,
'config'
=>
[
'type'
=>
'passthrough'
]
],
'crdate'
=>
[
'label'
=>
'crdate'
,
'config'
=>
[
'type'
=>
'passthrough'
,
]
],
'tstamp'
=>
[
'label'
=>
'tstamp'
,
'config'
=>
[
'type'
=>
'passthrough'
,
]
],
'title'
=>
[
'exclude'
=>
true
,
'label'
=>
$ll
.
'tx_karma_domain_model_karma_source.title'
,
'config'
=>
[
'type'
=>
'input'
,
'eval'
=>
'required,trim'
,
]
],
'code'
=>
[
'exclude'
=>
true
,
'label'
=>
$ll
.
'tx_karma_domain_model_karma_source.code'
,
'config'
=>
[
'type'
=>
'input'
,
'size'
=>
15
,
'eval'
=>
'required,trim,alphanum,unique'
,
]
],
],
'types'
=>
[
'0'
=>
[
'showitem'
=>
'hidden,title,code'
],
],
'ctrl'
=>
[
'title'
=>
$ll
.
'tx_karma_domain_model_karma_source'
,
'label'
=>
'title'
,
'hideAtCopy'
=>
true
,
'tstamp'
=>
'tstamp'
,
'crdate'
=>
'crdate'
,
'default_sortby'
=>
'ORDER BY title'
,
'delete'
=>
'deleted'
,
'enablecolumns'
=>
[
'disabled'
=>
'hidden'
,
],
'iconfile'
=>
'EXT:karma/Resources/Public/Icons/tx_karma_domain_model_karma_source.svg'
,
],
'interface'
=>
[
'showRecordFieldList'
=>
'pid,hidden,title,code'
],
'columns'
=>
[
'hidden'
=>
[
'exclude'
=>
true
,
'label'
=>
'LLL:EXT:lang/locallang_general.xlf:LGL.hidden'
,
'config'
=>
[
'type'
=>
'check'
,
'default'
=>
0
]
],
'pid'
=>
[
'label'
=>
'pid'
,
'config'
=>
[
'type'
=>
'passthrough'
]
],
'crdate'
=>
[
'label'
=>
'crdate'
,
'config'
=>
[
'type'
=>
'passthrough'
,
]
],
'tstamp'
=>
[
'label'
=>
'tstamp'
,
'config'
=>
[
'type'
=>
'passthrough'
,
]
],
'title'
=>
[
'exclude'
=>
true
,
'label'
=>
$ll
.
'tx_karma_domain_model_karma_source.title'
,
'config'
=>
[
'type'
=>
'input'
,
'eval'
=>
'required,trim'
,
]
],
'code'
=>
[
'exclude'
=>
true
,
'label'
=>
$ll
.
'tx_karma_domain_model_karma_source.code'
,
'config'
=>
[
'type'
=>
'input'
,
'size'
=>
15
,
'eval'
=>
'required,trim,alphanum,unique'
,
]
],
],
'types'
=>
[
'0'
=>
[
'showitem'
=>
'hidden,title,code'
],
],
];
return
$tx_karma_domain_model_karma_source
;
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