Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
services
t3o sites
extensions.typo3.org
extensions.typo3.org
Commits
683304d7
Commit
683304d7
authored
Dec 16, 2016
by
Thomas Löffler
Browse files
[TASK] Adds first part of TypoScript to build frontend
parent
ec56c25f
Changes
4
Hide whitespace changes
Inline
Side-by-side
data/typo3/html/typo3conf/ext/ter_layout/Configuration/TypoScript/Config.ts
0 → 100644
View file @
683304d7
config
{
doctype
=
html5
absRefPrefix
=
/
language
=
en
locale_all
=
en_GB
tx_realurl_enable
=
1
compressCss
=
1
compressJs
=
1
concatenateCss
=
1
}
\ No newline at end of file
data/typo3/html/typo3conf/ext/ter_layout/Configuration/TypoScript/Page.ts
0 → 100644
View file @
683304d7
page
=
PAGE
page
.
10
=
FLUIDTEMPLATE
page
.
10
{
file
=
EXT
:
ter_layout
/
Resources
/
Private
/
Templates
/
Default
.
html
}
page
.
bodyTag
=
<
body
class
=
"
js-off
"
>
data/typo3/html/typo3conf/ext/ter_layout/Configuration/TypoScript/TempObjects.ts
0 → 100644
View file @
683304d7
data/typo3/html/typo3conf/ext/ter_layout/ext_typoscript_setup.txt
0 → 100644
View file @
683304d7
<INCLUDE_TYPOSCRIPT: source="FILE:EXT:ter_layout/Configuration/TypoScript/Config.ts">
<INCLUDE_TYPOSCRIPT: source="FILE:EXT:ter_layout/Configuration/TypoScript/TempObjects.ts">
<INCLUDE_TYPOSCRIPT: source="FILE:EXT:ter_layout/Configuration/TypoScript/Page.ts">
\ No newline at end of file
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment