Hier werden die Unterschiede zwischen zwei Versionen der Seite angezeigt.
| Beide Seiten, vorherige ÜberarbeitungVorherige Überarbeitung | |||
| typo3:about:tsconfig:tsconfig-sammlung [2016/06/17 18:19] – DCE als Standard-CType admin | typo3:about:tsconfig:tsconfig-sammlung [2016/06/17 18:20] (aktuell) – admin | ||
|---|---|---|---|
| Zeile 3: | Zeile 3: | ||
| ===== Defaultwerte ===== | ===== Defaultwerte ===== | ||
| - | ==== Erste alternative Seitensprache: ==== | + | ==== Erste alternative Seitensprache ==== |
| <code typoscript> | <code typoscript> | ||
| Zeile 13: | Zeile 13: | ||
| </ | </ | ||
| - | ==== DCE als Standard-CType: ==== | + | ==== DCE als Standard-CType ==== |
| <code typoscript> | <code typoscript> | ||
| TCAdefaults.tt_content.CType = dce_dceuid3 | TCAdefaults.tt_content.CType = dce_dceuid3 | ||
| Zeile 19: | Zeile 19: | ||
| ===== Zugriff ===== | ===== Zugriff ===== | ||
| - | <code typoscript> | + | ==== Nur bestimmte neue Datensätze auf einer Seite anlegbar machen ==== |
| - | # Nur bestimmte neue Datensätze auf einer Seite anlegbar machen | + | |
| - | mod.web_list.allowedNewTables | + | |
| - | </ | + | |
| - | Folgende Einstellungen funktionieren __nicht__ mit TYPO3 6.x (Funktion ersetzt durch BackendLayouts): | ||
| <code typoscript> | <code typoscript> | ||
| - | # Nur ausgewählte Spalten im Backend anzeigen | + | mod.web_list.allowedNewTables |
| - | mod.SHARED.colPos_list | + | |
| - | + | ||
| - | # Nur ausgewählte Spalten in Seiteninhalten wählbar | + | |
| - | TCEFORM.tt_content.colPos.removeItems = 1,3 | + | |
| </ | </ | ||