.. ================================================== .. FOR YOUR INFORMATION .. -------------------------------------------------- .. -*- coding: utf-8 -*- with BOM. .. include:: ../Includes.txt .. _configuration: Configuration Reference ======================= Technical information: Installation, Reference of TypoScript options, configuration options on system level, how to extend it, the technical details, how to debug it and so on. Language should be technical, assuming developer knowledge of TYPO3. Small examples/visuals are always encouraged. Target group: **Developers** .. _configuration-typoscript: TypoScript Reference -------------------- To disable jquery library loaded from spt_newscalender extension, add following configuration in constants; plugin.tx_sptnewscalender_newscalender { settings { addJQueryLibrary = 0 } }