.. ================================================== .. FOR YOUR INFORMATION .. -------------------------------------------------- .. -*- coding: utf-8 -*- with BOM. .. ================================================== .. DEFINE SOME TEXTROLES .. -------------------------------------------------- .. role:: underline .. role:: typoscript(code) .. role:: ts(typoscript) :class: typoscript .. role:: php(code) Reference ^^^^^^^^^ The following settings are available by typoscript. .. ### BEGIN~OF~TABLE ### .. container:: table-row Property Property: Data type Data type: Description Description: Default Default: .. container:: table-row Property client.siteRoot Data type string Description The root of the (frontend) webite. This setting is optional, the root will be auto-detected. In some cases you need to set this manually, especially when the iframes and file resources (like 3D objects and images) are not working. This is probably due to a redirect. For example, if `http://www.yoursite.com `_ redirects to `http://www.yoursite.com/home/ `_ you should use that as site root. Default .. container:: table-row Property client.setup.header.[key] Data type string Description Includes of javascript and stylesheets necessary for the plugin to function. You can override this settings, for instance, if you would like to omit the jQuery-include: **Example:** :: client.setup.header.jQuery > # also remove the noConflict client.setup.header.jQueryNoConflict > Default .. container:: table-row Property hideErrors Data type boolean Description There are some error messages in the plugin that are aimed at development. For instance, when there is no uid set for rendering tt \_news-items, this will be shown in the popup. You can suppress these errors by enabling this option. Default 0 .. container:: table-row Property defaults.googleMaps.latLng.lat Data type float Description Default location for the marker in a google maps window: latitude. Can also be set in the constant editor. Default 52.303737 .. container:: table-row Property defaults.googleMaps.latLng.lng Data type float Description Default location for the marker in a google maps window: longitude. Can also be set in the constant editor. Default 5.23822940 .. ###### END~OF~TABLE ######