[TYPO3-english] remove openPic and jQuery

erich at erichspecht.com erich at erichspecht.com
Thu Dec 6 22:12:53 CET 2012


I'm creating a page with TemplaVoila and Flexible Content Elements that
editors will use to put together email newsletters.  Since it's being sent
as email, the page shouldn't contain any script, but I'm having trouble
getting rid of the "openPic" function as well as jQuery which is being put
on every page of the site via T3 jQuery.

Is there a way to strip out any javascript via typoscript?

I've tried the following:

config {

  removeDefaultJS = 1
  removeDefaultCSS = 1
  setJS_openPic = 0

}

as well as

tt_content.image.20.1.imageLinkWrap >

but the openPic function still shows up.  And I have no idea how to get
rid of jQuery (besides specifying page ids which doesn't work well since
new pages will be created each time there is a new newsletter).

Any thoughts would be appreciated!



More information about the TYPO3-english mailing list