Reduce input fields in Backend
Demonstrates usages of TSconfig. Demonstrates how easy one can reduce the overload for editors.
This commit is contained in:
parent
4b4e318014
commit
d0680ab43b
3 changed files with 36 additions and 0 deletions
|
@ -1 +1,2 @@
|
||||||
<INCLUDE_TYPOSCRIPT: source="DIR:EXT:sitepackage/Configuration/PageTSconfig/Mod/" extensions="tsconfig">
|
<INCLUDE_TYPOSCRIPT: source="DIR:EXT:sitepackage/Configuration/PageTSconfig/Mod/" extensions="tsconfig">
|
||||||
|
<INCLUDE_TYPOSCRIPT: source="DIR:EXT:sitepackage/Configuration/PageTSconfig/TCEFORM/" extensions="tsconfig">
|
||||||
|
|
|
@ -0,0 +1,22 @@
|
||||||
|
TCEFORM.pages {
|
||||||
|
author.disabled = 1
|
||||||
|
author_email.disabled = 1
|
||||||
|
lastUpdated.disabled = 1
|
||||||
|
|
||||||
|
content_from_pid.disabled = 1
|
||||||
|
newUntil.disabled = 1
|
||||||
|
|
||||||
|
layout.disabled = 1
|
||||||
|
backend_layout.disabled = 1
|
||||||
|
backend_layout_next_level.disabled = 1
|
||||||
|
|
||||||
|
cache_timeout.disabled = 1
|
||||||
|
cache_tags.disabled = 1
|
||||||
|
php_tree_stop.disabled = 1
|
||||||
|
|
||||||
|
tsconfig_includes.disabled = 1
|
||||||
|
TSconfig.disabled = 1
|
||||||
|
|
||||||
|
fe_group.disabled = 1
|
||||||
|
categories.disabled = 1
|
||||||
|
}
|
|
@ -0,0 +1,13 @@
|
||||||
|
// See: https://docs.typo3.org/m/typo3/reference-tsconfig/main/en-us/PageTsconfig/TceForm.html
|
||||||
|
TCEFORM.tt_content {
|
||||||
|
layout.disabled = 1
|
||||||
|
frame_class.disabled = 1
|
||||||
|
space_before_class.disabled = 1
|
||||||
|
space_after_class.disabled = 1
|
||||||
|
sectionIndex.disabled = 1
|
||||||
|
linkToTop.disabled = 1
|
||||||
|
|
||||||
|
fe_group.disabled = 1
|
||||||
|
|
||||||
|
categories.disabled = 1
|
||||||
|
}
|
Loading…
Reference in a new issue