1
1
## Constants ##
2
2
@import 'EXT:fluid_styled_content/Configuration/TypoScript/constants.typoscript'
3
3
4
- # customsubcategory=100=General
5
4
page {
5
+ # customsubcategory=100=General
6
6
template {
7
7
# cat=startpilot: Settings/100/150; type=string; label=Layout Root Path: Path to layouts
8
8
layoutRootPath = EXT:startpilot/Resources/Private/Page/Layouts/
@@ -11,6 +11,15 @@ page {
11
11
# cat=startpilot: Settings/100/170; type=string; label=Template Root Path: Path to templates
12
12
templateRootPath = EXT:startpilot/Resources/Private/Page/Templates/
13
13
}
14
+ # customsubcategory=300=Meta
15
+ meta {
16
+ # cat=startpilot: Meta/400/100; type=string; label=viewport
17
+ viewport = width=device-width, initial-scale=1
18
+ # cat=startpilot: Meta/400/120; type=string; label=apple-mobile-web-app-capable
19
+ apple-mobile-web-app-capable = yes
20
+ # cat=startpilot: Meta/400/140; type=string; label=google
21
+ google = translate
22
+ }
14
23
}
15
24
16
25
# customsubcategory=200=Favicon
@@ -20,13 +29,3 @@ favicon = EXT:startpilot/Resources/Public/Images/Icons/Device/Icon.png
20
29
# customsubcategory=120=Google Webmaster/Analytics
21
30
# cat=startpilot: Google Tools/200/100; type=string; label= Google Webmaster ID - (content="xxxxxxxx")
22
31
googlewebmaster =
23
-
24
- # customsubcategory=300=Meta
25
- page.meta {
26
- # cat=startpilot: Meta/400/100; type=string; label=viewport
27
- viewport = width=device-width, initial-scale=1
28
- # cat=startpilot: Meta/400/120; type=string; label=apple-mobile-web-app-capable
29
- apple-mobile-web-app-capable = yes
30
- # cat=startpilot: Meta/400/140; type=string; label=google
31
- google = translate
32
- }
0 commit comments