// description of your code here
1
2
3
4
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
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