[Typo3-UG Oesterreich] Allowed Exludefields
Paul Garstenauer
paul.garstenauer at nordwind.at
Fri Sep 30 11:54:31 CEST 2005
Wenn man RealURL installiert kommt beim Seitentyp Extended das Feld
realurl_pathsegment dazu. Das möchte ich für meinen Redakteur
ausblenden, leider scheint es nicht in der Liste der Allowed
Excludefields auf.
Ich hab versucht das File ext_tables.php in Zeile 20 anzuändern damit
das Feld in die Liste kommt, aber das scheint nicht zu funktionieren.
(Die Excludelist bleibt wie sie war.)
Weiss jemand warum es nicht geklappt hat? Oder noch besser wie es geht?
-------------------Ausschnitt aus meiner ext\realurl\ext_tables.php
$TCA['pages']['columns']['tx_realurl_pathsegment'] = array(
'exclude' => 1,
'label' => 'LLL:EXT:realurl/locallang_db.php:pages.tx_realurl_pathsegment',
'config' => Array (
'type' => 'input',
'size' => '30',
'max' => '30',
//'eval' => 'uniqueInPid' // DON'T use this anyway, it is very
confusing when a path is automatically set!
)
);
tia
Paul
More information about the TYPO3-at
mailing list