hi there,
I want add custom content on some tabs in the backend. For example this way I can add a new field to a tab:
$fields->addFieldToTab('Root.Content.Main', new HTMLEditorField('Field', 'Field'));
But how can I add own content, for example just a string or the result of a function or a class?
If I want to call a own class there, is it enough to just put my class into /mysite/ direcotry? Will SS loads that automaticly?
thx
danzzz