Advertisement
timschoch

Multiple Extbase Plugins on same Page (TypoScript)

Nov 17th, 2011
276
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. # @see http://pastebin.com/YrwWBuF0 for PHP code
  2.  
  3. # global extbase config
  4. config.tx_extbase {
  5.     # extended RequestBuilder - falls back to the default action if a provided action is not
  6.     # allowed in the current plugin this happens when you use multiple plugins on the same
  7.     # page with FlexForms switchableControllerActions
  8.   objects.Tx_Extbase_MVC_Web_RequestBuilder.className = Tx_Gstbase_MVC_Web_RequestBuilder
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement