Skip to content
GitLab
Menu
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
ee4f850e
Commit
ee4f850e
authored
Dec 08, 2020
by
David Steeb
Browse files
[TASK] Add notes of interest to list of fields to be excluded for editors
Related: T3DEMO-274
parent
6642eb1f
Pipeline
#10158
passed with stage
in 14 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
src/extensions/site_t3demo/Configuration/TCA/Overrides/pages.php
View file @
ee4f850e
...
...
@@ -8,6 +8,7 @@ ExtensionManagementUtility::addTCAcolumns('pages', [
'l10n_mode'
=>
'exclude'
,
'l10n_display'
=>
'defaultAsReadonly'
,
'label'
=>
'LLL:EXT:site_t3demo/Resources/Private/Language/locallang_db.xlf:pages.infotext_header'
,
'exclude'
=>
1
,
'config'
=>
[
'type'
=>
'input'
,
'size'
=>
50
,
...
...
@@ -18,6 +19,7 @@ ExtensionManagementUtility::addTCAcolumns('pages', [
'l10n_mode'
=>
'exclude'
,
'l10n_display'
=>
'defaultAsReadonly'
,
'label'
=>
'LLL:EXT:site_t3demo/Resources/Private/Language/locallang_db.xlf:pages.infotext'
,
'exclude'
=>
1
,
'description'
=>
'LLL:EXT:site_t3demo/Resources/Private/Language/locallang_db.xlf:pages.infotext.description'
,
'config'
=>
[
'type'
=>
'text'
,
...
...
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