Project

General

Profile

Actions

Feature #14999

closed

override admin panel values from TSConfig

Added by Sebastian Kurfuerst almost 19 years ago. Updated almost 18 years ago.

Status:
Closed
Priority:
Should have
Category:
-
Target version:
-
Start date:
2005-10-02
Due date:
% Done:

0%

Estimated time:
PHP Version:
4
Tags:
Complexity:
Sprint Focus:

Description

currently, it is not possible to override all admin panel values from user/group TSConfig.
At the moment, there are only the following properties for module.edit:
( http://typo3.org/documentation/document-library/doc_core_tsconfig/gt_ADMPANEL/ )
.forceDisplayIcons
.forceDisplayFieldIcons
.forceNoPopup

But in case you want to hide the admin panel for users and still set some values for them, you can use the proposed patch. For example, to set the preview for pages and records to on, you can use the following TSConfig after applying the patch:

admPanel {
hide = 1
module.preview = 1
module.preview.showHiddenPages = 1
module.preview.showHiddenRecords = 1
}

Maybe this is helpful to others as well, do others think this might become a core modification?
Greets,
Sebastian

(issue imported from #M1518)


Files

2005-10-02_1518_adminpanel.patch (794 Bytes) 2005-10-02_1518_adminpanel.patch Administrator Admin, 2005-10-02 15:51
bug_1518_2.patch (778 Bytes) bug_1518_2.patch Administrator Admin, 2005-11-09 18:37

Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #15224: NOTE to 1518: Option .showHiddenPages for "module.preview" obsolete?ClosedMichael Stucki2005-11-20

Actions
Actions

Also available in: Atom PDF