resDir = EXT:mh_demo_dist/Resources config { # cat=config; type=boolean; label=Admin Panel: Turn on admin panel (mainly for testing purposes only) adminPanel = 0 # cat=config; type=boolean; label=Debugging: Turn on debugging (testing purposes only) debug = 0 # cat=config; type=string; label=Domain name for Base URL: (excluding slashes and protocol like http://) domain = www.direttissima.at/test/demo } filepaths { # cat=filepaths; type=string; label=HTML Templates: Location of the (X)HTML templates relative to site templates = EXT:mh_demo_dist/Resources/Private/Templates/ # cat=filepaths; type=string; label=CSS: Location of the Cascading Style Sheets relative to site css = EXT:mh_demo_dist/Resources/Public/Css/ # cat=filepaths; type=string; label=Images: Location of the images relative to site images = EXT:mh_demo_dist/Resources/Public/Img/ # cat=filepaths; type=string; label=Scripts: Location of the Javascript files relative to site scripts = EXT:mh_demo_dist/Resources/Public/Js/ # cat=filepaths; type=string; label=HTML Templates for extensions: Location of the (X)HTML templates for extensions extensions = fileadmin/templates/ext/ } plugin.meta { # cat=plugin.meta; type=string; label= Description: Write a short abstract for your website. description = # cat=plugin.meta; type=string; label= Keywords: Enter a comma separated list of keywords. keywords = # cat=plugin.meta; type=string; label= Robots: Use for instance these codes: Index all pages: "all". Index no pages: "none". Only this page: "index,nofollow". Only subpages: "noindex,follow" robots = none # cat=plugin.meta; type=string; label= Copyright info: Enter copyright information, eg. "Me Myself and I, 2001. All rights reserved." copyright = # cat=plugin.meta; type=string; label= Reply-to email email = # cat=plugin.meta; type=string; label= Author: Enter name of author. author = # cat=plugin.meta; type=int+; label= Revisit after: Number of days between search engine visits. revisit = 7 # The meta tags below are not used on this website, if you want to use these, you can configure that in TypoScript template page.meta # cat=plugin.meta; type=boolean; label=Always include global. includeGlobal = # cat=plugin.meta; type=options[,Arabic=ar,Chinese=zh,Danish=dk,Dutch=nl,English=en,Finnish=fi,French=fr,German=de,Greek=el,Hebrew=he,Icelandic=is,Italian=it,Japanese=ja,Norwegian=no,Polish=pl,Portuguese=pt,Russian=ru,Spanish=es,Swedish=sv,Turkish=tr,Multi language=mul]; label= Language: Select language of the content. language = de # cat=plugin.meta; type=string; label= Distribution distribution = GLOBAL # cat=plugin.meta; type=options[,General,Mature,14 years,Restricted]; label= Rating rating = General } contentpage { # cat=contentpage; type=int+; label= Logo source PID: Parent ID of the logo record used on content pages. logoPID = 43 # cat=contentpage; type=int+; label= Footer source PID: Parent ID of the footer record used on content pages. footerPID = 243 # cat=contentpage; type=int+; label= Copyright source PID: Parent ID of the copyright record used on content pages. copyrightPID = 242 # cat=contentpage; type=string; label= language1: name of the default language of this site language1 = DE # cat=contentpage; type=string; label= language2: name of the second language of this site language2 = EN } # Set the language of meta tag with DC.language to Danish, when in Danish [globalVar = GP:L = 1] plugin.meta.language = en filepaths.l10n = fileadmin/default/templates/l10n/locallang.xlf [global]