Default change DB-field to display in editor of article_main

Hello all,
how can I change the Database field that is displayed in the editor of article_main?
I think I have found the correct code of line in in article_main.php:

Code:
$this->_aViewData["editor"] = $this->_generateTextEditor( "100%", 300, $oArticle, "oxarticles__oxlongdesc", "details.tpl.css");
The field "beschreibung" of the table oxarticles should be displayed.
But if I just change oxarticles__oxlongdesc to oxarticles__beschreibung it does not work.

Many thx in advance,
Florian
Reply With Quote