1 # Clear out any constants in this reserved room!
5 # cat=content/cHeader/h0; type=int[1-5]; label=Default Header type: Enter the number of the header layout to be used by default.
7 # cat=advanced/links; type=small; label=Pageframe object: The name of the "contentframe". Normally set to "page" if the site has a frameset. Otherwise it should be an empty value. This is important, as it determines the target of internal links!
10 shortcut.tables = tt_content,tt_address,tt_links,tt_guest,tt_board,tt_calender,tt_products,tt_news,tt_rating,tt_poll
12 # cat=content/other/a; type=small; label= Content Element margins (before): Space before each content element.
14 # cat=content/other/b; type=small; label= Content Element margins (after): Space after each content element.
21 # cat=advanced; type=int+; label= News Content PID: If your template has a column with "news"-content fetched from another page-id, this is where you enter the id-number of that page!
22 styles.content.getNews.newsPid = 0
24 styles.content.links {
26 # cat=content/links; type=small; label= Target for external links
28 target = {$PAGE_TARGET}
29 allowTags = b,i,u,a,img,br,div,center,pre,font,hr,sub,sup,p,strong,em,li,ul,ol,blockquote,strike,del,ins,span,h1,h2,h3,h4,h5,h6,address
32 styles.content.imgtext {
33 # TIP! if register[maxImageWidth] is set, this will override maxW
34 # cat=content/cImage/b1; type=int+; label= Max Image Width: This indicates that maximum number of pixels (width) a block of images inserted as content is allowed to consume.
36 # cat=content/cImage/b2; type=int+; label= Max Image Width (Text): Same as above, but this is the maximum width when text is wrapped around an imageblock. Default is 50% of the normal Max Image Width.
38 # cat=content/cImage/c1; type=int+; label= Click-enlarge Image Width: This specifies the width of the enlarged image when click-enlarge is enabled.
40 linkWrap.height = 600m
42 # cat=content/cImage/c2; type=boolean; label= Advanced, New window: If set, every click-enlarged image will open in it's own popup window and not the current popup window (which may have a wrong size for the image to fit in)
43 linkWrap.newWindow = 0
44 # cat=content/cImage/c3; type=boolean; label= Lightbox click-enlarge rendering: Whether images with click-enlarge checked should be rendered lightbox-compliant
45 linkWrap.lightboxEnabled = 0
46 # cat=content/cImage/c4; type=string; label= Lightbox CSS class: Which CSS class to use for lightbox links (only applicable if lightbox rendering is enabled)
47 linkWrap.lightboxCssClass = lightbox
48 # cat=content/cImage/c5; type=string; label= Lightbox rel="" attribute: Which rel="" attribute to use for lightbox links (only applicable if lightbox rendering is enabled)
49 linkWrap.lightboxRelAttribute = lightbox[{field:uid}]
52 # cat=content/cImage/e1; type=boolean; label= Images, text split: If this is checked, then the image text (caption, alt, title, longdesc) will be split by each line and they will appear on the corresponding images in the imagelist.
54 # cat=content/cImage/e2; type=string; label= Images, empty title handling: How will the 'title' attribute be handled if no title is given for an image. Possible choices: "keepEmpty", "useAlt" or "removeAttr". Recommended for accessibility is "removeAttr". For correct tooltips on IE, use "keepEmpty". For previous TYPO3 behaviour, use "useAlt".
55 emptyTitleHandling = removeAttr
56 # cat=content/cImage/e3; type=boolean; label= Images, title in link: Do you want the 'title' attribute to be added to the surrounding <a> tag, if present? Recommended for accessibility is "true".
58 # cat=content/cImage/e4; type=boolean; label= Images, title in link and IMG: If you have the title in the <a>-tag (titleInLink=true), you don't get the 'title' in the <img>-tag. IE will not show the tooltip anymore. So to get the 'title' in <img> too (to keep IE happy), set this too. Recommended for accessibility is "false". For correct tooltips on IE, set this to "true".
61 # cat=content/cImage/g1; type=int[0-100]; label= Advanced, Column space: Horizontal distance between images in a block in content elements of type "Image" or "Text w/Image". If you change this manually in your CSS, you need to adjust this setting accordingly.
63 # cat=content/cImage/g2; type=int[0-100]; label= Advanced, Row space: Vertical distance after each image row in content elements of type "Image" or "Text w/Image". If you change this manually in your CSS, you need to adjust this setting accordingly.
65 # cat=content/cImage/g3; type=int[0-100]; label= Advanced, Margin to text: Horizontal distance between an imageblock and text in content elements of type "Text w/Image".
68 # cat=content/cImage/i1; type=color; label= Image border, color: Bordercolor of images in content elements when "Border"-option for element is set.
70 # cat=content/cImage/i2; type=int[0-100]; label= Image border, thickness: Thickness of border around images in content elements when "Border"-option for element is set.
72 # cat=content/cImage/i3; type=int+; label= Image border, padding: Padding left and right to the image, around the border.
74 # cat=content/cImage/i4; type=string; label= Image border CSS-selector: If you want your border to apply elsewhere, change this setting. E.g. to apply to the whole image+caption, use 'DIV.csc-textpic-border DIV.csc-textpic-imagewrap .csc-textpic-image'.
75 borderSelector = DIV.{$styles.content.imgtext.borderClass} DIV.csc-textpic-imagewrap .csc-textpic-image IMG, DIV.{$styles.content.imgtext.borderClass} DIV.csc-textpic-single-image IMG
76 # cat=content/cImage/i5; type=string; label= Image border class: The name of the CSS class for creating image borders
77 borderClass = csc-textpic-border
78 # cat=content/cImage/i5; type=boolean; label= Image row separation: Whether images should be rendered/wrapped in separated rows, e.g. inside a DIV.csc-textpic-imagerow element
80 # cat=content/cImage/i6; type=boolean; label= Add clearer after intext images: Whether a clearer should be added after textpic elements of type intext-left or intext-right
84 styles.content.uploads {
86 jumpurl_secure_mimeTypes = pdf=application/pdf, doc=application/msword
88 # cat=content/cUploads; type=string; label=Labels of file sizes: The labels for bytes, kilobytes, megabytes and gigabytes
89 filesizeBytesLabels = " | K| M| G"
92 styles.content.mailform {
93 target = {$PAGE_TARGET}
94 # cat=content/cMailform; type=; label= Message, Formmail OK: This is the message (if any) that is popped-up (JavaScript) when a user clicks "send" with an email-form
96 # cat=content/cMailform; type=; label= Message, Formmail Missing: This is the message that is popped-up when a user has NOT filled required fields in an email-form
100 styles.content.loginform {
102 # cat=content/cLogin; type=int+; label= PID of user archive: Enter the page-uid number (PID) of the folder where you keep your fe_users that are supposed to login on this site. This setting is necessary, if login is going to work!
104 # cat=content/cLogin; type=; label= Message, Login: This is the message (if any) that is popped-up when a user logs in as a front-end user
108 styles.content.searchform {
109 # cat=content/cSearch; type=; label= Message, Searchform: This is the message (if any) that is popped-up when a user performs a search
113 styles.content.searchresult {
114 resultTarget = {$PAGE_TARGET}
115 target = {$PAGE_TARGET}
118 styles.content.media {
119 # cat=content/cMedia/j1; type=; label= Video Player: configure the path to the video player
120 videoPlayer = typo3/contrib/flashmedia/flvplayer.swf
121 # cat=content/cMedia/j2; type=int+; label= Media Video Width: define the default width for the media video
122 defaultVideoWidth = 600
123 # cat=content/cMedia/j3; type=int+; label= Media Video Height: define the default height for the media video
124 defaultVideoHeight = 400
125 # cat=content/cMedia/j4; type=; label= Audio Player: configure the path to the video player
126 audioPlayer = typo3/contrib/flashmedia/player.swf
127 # cat=content/cMedia/j5; type=int+; label= Media Audio Width: define the default width for the media audio
128 defaultAudioWidth = 300
129 # cat=content/cMedia/j6; type=int+; label= Media Audio Height: define the default height for the media audio
130 defaultAudioHeight = 30
133 # cat=advanced/links; type=small; label= Target for internal links: Should match the name of the content PAGE-object in TypoScript when used with frames. Most cases: set to "" (empty). If you have frames in the template set to "page"