comments - TYPO3 6.1 : config.disablePrefixComment=1 not working -
hello i'm wondering why setting not working in typo3 6.1
i'm trying remove typo3's automatic comments
<!-- header end--> <!--###main zerogrid### end --></div> <!--###body2### end --></div> <!--###body1### end --></div> <div class="body3"><!--###body3### begin --> <div class="main zerogrid"><!--###main zerogrid### begin -->
and on.
fyi, wrote config.disableprefixcomment=1 in main ts template setup.
i read typo3 latest reference docs it's simple boolean setting.
here ts setup:
config.disableprefixcomment = 1 config.no_cache = 1 config.baseurl = http://xxxx.yyyy.net # main template cobject body temp.maintemplate = template temp.maintemplate { # feeding content auto-parser template cobject: template =< plugin.tx_automaketemplate_pi1 # select content between <body>-tags workonsubpart = document_body subparts.content < styles.content.get } # main template cobject head temp.headtemplate = template temp.headtemplate { # feeding content auto-parser template cobject: template =< plugin.tx_automaketemplate_pi1 # select content between <head>-tags workonsubpart = document_header } page = page page.typenum = 0 page.10 < temp.maintemplate # copying content template <head>-section: page.headerdata.100 < temp.headtemplate page.bodytag > page.bodytagcobject = text page.bodytagcobject.value= page1 page.bodytagcobject.wrap = <body id="|"> plugin.tx_automaketemplate_pi1 { content = file content.file = fileadmin/templates/zp/index.html elements { body.all = 1 body.all.subpartmarker = document_body head.all = 1 head.all.subpartmarker = document_header head.rmtagsections = title td.all = 1 table.all = 1 tr.all = 1 div.all = 1 } relpathprefix = fileadmin/templates/zp/ relpathprefix.a = ./ }
where doing wrong?
browse template analysis ts. maybe gets overwritten somehow?
Comments
Post a Comment