Bug #10001
Remove layout, starting point and code from plugin settings
| Status: | Resolved | Start date: | 2010-09-30 | |
|---|---|---|---|---|
| Priority: | Should have | Due date: | ||
| Assignee: | Reinhard Führicht | % Done: | 100% |
|
| Category: | Code and Architecture | |||
| Target version: | Stable v1.0 | |||
| Votes: | 0 |
Description
The plugin settings show three fields that are not used in the code: Layout, code and starting point.
To remove them, ext.tables.php should contain:
$TCA['tt_content']['types']['list']['subtypes_excludelist'][$_EXTKEY . '_pi1']
= 'layout,select_key,pages';
History
Updated by Reinhard Führicht over 2 years ago
- Category set to Code and Architecture
- Status changed from New to Resolved
- Assignee set to Reinhard Führicht
- Target version set to Stable v1.0
- % Done changed from 0 to 100
Committed to trunk