Da war ich wohl mal wieder zu voreilig, ist ja gantz simpel. Einfach im Typoscript der Extension folgendes oder ähnliches "mitliefern":

page_tx_ext = PAGE
page_tx_ext {
 typeNum = 999
 10 = USER
 10 {
   userFunc = tx_extbase_core_bootstrap->run
   pluginName = Pi1
   extensionName = MyExt
   controller = MyController
   action = myAction
   settings =< plugin.tx_ext.settings
   persistence =< plugin.ext.persistence
   view =< plugin.tx_ext.view
 }
 config {
  disableAllHeaderCode = 1
  additionalHeaders = Content-type:application/xyz
  xhtml_cleaning = 0
  admPanel = 0
  debug = 0
  no_cache = 1
 }
}

Grüße, Jan


_______________________________________________
TYPO3-german mailing list
TYPO3-german@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-german

Antwort per Email an