Never been to DZone Snippets before?

Snippets is a public source code repository. Easily build up your personal collection of code snippets, categorize them with tags / keywords, and share them with the world

« Newer Snippets
Older Snippets »
Showing 1-1 of 1 total  RSS 

Disable the RTE for fertenews

// description of your code here

   1  
   2  
   3  ### Javascript configuration for HTMLArea
   4  ### Change this in your typoscript template to reconfigure rte
   5  
   6  plugin.tx_fertenews_pi1 {
   7   templateFile = {$plugin.tx_fertenews_pi1.file.template}
   8   newsTemplateFile = {$plugin.tt_news.file.templateFile}
   9   storagePID = {$plugin.tx_fertenews_pi1.storagePID}
  10   newsPID = {$plugin.tx_fertenews_pi1.newsPID}
  11   mailAdmin = {$plugin.tx_fertenews_pi1.mailAdmin}
  12   queuePublish = {$plugin.tx_fertenews_pi1.queuePublish}
  13  }
  14  
  15  ### Allowing news to show tables and other html formating
  16  
  17  plugin.tt_news.general_stdWrap.parseFunc.allowTags = b,i,u,a,img,br,div,center,pre,font,hr,sub,sup,p,strong,em,li,ul,ol,blockquote,strike,span,h1,h2,h3,h4,h5,h6,table,td,tr,tbody
  18  plugin.tt_news.content_stdWrap.allowTags = b,i,u,a,img,br,div,center,pre,font,hr,sub,sup,p,strong,em,li,ul,ol,blockquote,strike,span,h1,h2,h3,h4,h5,h6,table,td,tr,tbody
  19  
  20  
« Newer Snippets
Older Snippets »
Showing 1-1 of 1 total  RSS