Ich möchte einen neuen Seitentyp (mit einem eigenen Icon) erstellen.
Unter der tsconfig Dokumentation finde ich folgendes:
Zitat:
(applies to select-types only)
This will add elements to the list. Notice that the added elements might be removed if the
selector represents records. In that case only still existing records will be preserved.
Example:
|
Typoscript-Code:
1: 2: 3: 4: 5: 6:
| TCEFORM.pages.doktype { addItems.123 = New Page type! addItems.124 = LLL:EXT:lang/locallang_tca.php:title } |
Zitat:
This example extends the options for Page types with two new items:
[...]
Warning: This example shows the principle of adding adhoc-items to a selector box in
TYPO3 but you should not add new page types or Content Element types this way!
|
----
Das Problem ist nun... ja wie denn... wenn nicht so?
Und wo ändere ich das Icon?
Irgendwie finde ich nichts dazu... stehe da wohl etwas auf dem Schlauch...