Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
services
T
t3o sites
common
t3olayout
Commits
4d29c93e
Commit
4d29c93e
authored
Apr 16, 2020
by
Thomas Löffler
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix typoscript styles
parent
8da4f667
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
75 deletions
+9
-75
Configuration/TypoScript/Includes/Gridelements.typoscript
Configuration/TypoScript/Includes/Gridelements.typoscript
+0
-64
Configuration/TypoScript/Includes/NsYouTube.typoscript
Configuration/TypoScript/Includes/NsYouTube.typoscript
+9
-11
No files found.
Configuration/TypoScript/Includes/Gridelements.typoscript
View file @
4d29c93e
...
@@ -34,67 +34,3 @@ tt_content.gridelements_pi1 {
...
@@ -34,67 +34,3 @@ tt_content.gridelements_pi1 {
}
}
}
}
}
}
#lib.gridelements.defaultGridSetup.cObject =< lib.contentElement
#
#tt_content {
# gridelements_pi1 =< lib.contentElement
# gridelements_pi1 {
# templateName = Generic
# variables {
# content = COA
# content {
# 10 = USER
# 10 {
# userFunc = GridElementsTeam\Gridelements\Plugin\Gridelements->main
# setup {
# # Grid Elements
# # @see EXT:t3olayout/Configuration/PageTS/Gridelements.tsconfig
# 1 < lib.gridelements.defaultGridSetup
# 1 {
# cObject {
# templateName = OneColumn
# templateRootPaths {
# 20 = EXT:t3olayout/Resources/Private/Templates/GridElements/
# }
# }
# }
#
# 2 < .1
# 2.cObject.templateName = TwoColumns5050
#
# 3 < .1
# 3.cObject.templateName = TwoColumns7030
#
# 4 < .1
# 4.cObject.templateName = TwoColumns3070
#
# 5 < .1
# 5.cObject.templateName = ThreeColumns
#
# 6 < .1
# 6.cObject.templateName = FourColumns
#
# 7 < .1
# 7.cObject.templateName = Collapse
#
# 8 < .1
# 8.cObject.templateName = TwoColumns210
#
# 9 < .1
# 9.cObject.templateName = TwoColumns102
#
# 10 < .1
# 10.cObject.templateName = TwoColumns39
#
# 11 < .1
# 11.cObject.templateName = TwoColumns93
#
# default < lib.gridelements.defaultGridSetup
# }
# }
# }
# }
# }
#}
#
#tt_content.gridelements_view < tt_content.gridelements_pi1
Configuration/TypoScript/Includes/NsYouTube.typoscript
View file @
4d29c93e
plugin.tx_nsyoutube {
plugin.tx_nsyoutube {
view {
view {
templateRootPaths.180
= EXT:t3olayout/Resources/Private/Templates/NsYoutube/Templates/
templateRootPaths.180 = EXT:t3olayout/Resources/Private/Templates/NsYoutube/Templates/
partialRootPaths.180
= EXT:t3olayout/Resources/Private/Templates/NsYoutube/Partials/
partialRootPaths.180 = EXT:t3olayout/Resources/Private/Templates/NsYoutube/Partials/
layoutRootPaths.180
= EXT:t3olayout/Resources/Private/Templates/NsYoutube/Layouts/
layoutRootPaths.180 = EXT:t3olayout/Resources/Private/Templates/NsYoutube/Layouts/
}
}
settings {
settings {
javascript{
javascript
{
jquery = 0
jquery = 0
}
}
apiKey = {$plugin.tx_nsyoutube.settings.apiKey}
apiKey = {$plugin.tx_nsyoutube.settings.apiKey}
}
}
}
}
page.includeCSS{
page {
youtube = EXT:ns_youtube/Resources/Public/Css/style.css
includeCSS.youtube = EXT:ns_youtube/Resources/Public/Css/style.css
includeJSFooter.youtube = EXT:ns_youtube/Resources/Public/Js/script.js
}
}
page.includeJSFooter{
youtube = EXT:ns_youtube/Resources/Public/Js/script.js
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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