[TYPO3-dev] Default content element for an empty page

Jan Wischnat.de jan at wischnat.de
Sun Jan 8 13:54:51 CET 2006


Hello Tapio,

> Can I put somewhere a stand-alone editpanel? If so that could be a 
> reasonalble solution.

Look at this:

page.10.marks.MYPANEL = COA
page.10.marks.MYPANEL {
   10 = EDITPANEL
   10 {
       allow = new
       label = create new page
   }
   20 =EDITPANEL
   20 {
       allow = new
       newRecordFromTable = tt_content
       label = create new content
   }
}

It creates an editpanel allowing users to create pages and contents.

hth

Jan




More information about the TYPO3-dev mailing list