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
common
t3olayout
Commits
8956bfb4
Commit
8956bfb4
authored
Feb 15, 2021
by
Stefan Busemann
Browse files
Merge branch 'task/improve-site-rendering' into 'main'
Improve site rendering See merge request
!602
parents
3d02b002
20c42f6b
Changes
5
Hide whitespace changes
Inline
Side-by-side
Build/Assets/Scss/base/_variables.scss
View file @
8956bfb4
...
...
@@ -7,7 +7,7 @@ $remPostDecimalPositionNumber: 1000;
// Set font path to Fonts
$fa-font-path
:
'../Fonts/FontAwesome'
;
$slick-font-path
:
'../Fonts/Slick'
;
$slick-font-path
:
'../Fonts/Slick
/
'
;
$mobile-menu-height
:
56px
;
$max-page-container-width
:
1700px
;
$primaryFont
:
'Source Sans Pro'
,
sans-serif
;
...
...
@@ -783,3 +783,5 @@ $navbar-brand-padding-y: 0;
//
// $pre-color: $gray-900 !default;
// $pre-scrollable-max-height: 340px !default;
$slick-loader-path
:
"/typo3conf/ext/Resources/Public/Images/ajax-loader.gif"
;
Build/Assets/Scss/components/_slider.scss
View file @
8956bfb4
...
...
@@ -216,10 +216,6 @@
}
}
.slick-loading
.slick-list
{
background
:
#fff
url('../Images/ajax-loader.gif')
center
center
no-repeat
;
}
@include
media-breakpoint-down
(
sm
)
{
.landing-slider-wrapper
{
.landing-slick-slider
{
...
...
Configuration/TypoScript/ContentElements/MenuSubpages.typoscript
View file @
8956bfb4
...
...
@@ -18,6 +18,7 @@ tt_content.menu_subpages {
20 = TYPO3\CMS\Frontend\DataProcessing\FilesProcessor
20 {
if.isTrue.field = t3o_navicon
references.fieldName = t3o_navicon
as = navicon
}
...
...
Configuration/TypoScript/Includes/DataProcessingMenu.typoscript
View file @
8956bfb4
...
...
@@ -12,12 +12,14 @@ page {
dataProcessing {
10 = TYPO3\CMS\Frontend\DataProcessing\FilesProcessor
10 {
if.isTrue.field = t3o_navicon
references.fieldName = t3o_navicon
as = nav_icon
}
20 = TYPO3\CMS\Frontend\DataProcessing\FilesProcessor
20 {
if.isTrue.field = t3o_nav_content_image
references.fieldName = t3o_nav_content_image
as = nav_content_image
}
...
...
@@ -40,6 +42,7 @@ page {
30 = TYPO3\CMS\Frontend\DataProcessing\FilesProcessor
30 {
if.isTrue.field = t3o_metaicon
references.fieldName = t3o_metaicon
as = meta_icon
}
...
...
Configuration/TypoScript/Includes/IncludeAssets.typoscript
View file @
8956bfb4
page {
headerData {
1000 = TEXT
1000.value (
<link rel="preload" href="/typo3conf/ext/t3olayout/Resources/Public/Fonts/FontAwesome/fa-solid-900.woff2" as="font" type="font/woff2" crossorigin>
<link rel="preload" href="/typo3conf/ext/t3olayout/Resources/Public/Fonts/FontAwesome/fa-brands-400.woff2" as="font" type="font/woff2" crossorigin>
<link rel="preload" href="/typo3conf/ext/t3olayout/Resources/Public/Fonts/Share/share-v8-latin-700.woff2" as="font" type="font/woff2" crossorigin>
<link rel="preload" href="/typo3conf/ext/t3olayout/Resources/Public/Fonts/Share/share-v8-latin-regular.woff2" as="font" type="font/woff2" crossorigin>
<link rel="preload" href="/typo3conf/ext/t3olayout/Resources/Public/Fonts/Slick/slick.woff" as="font" type="font/woff" crossorigin>
<link rel="preload" href="/typo3conf/ext/t3olayout/Resources/Public/Fonts/SourceSansPro/SourceSansPro-Bold.otf.woff2" as="font" type="font/woff2" crossorigin>
<link rel="preload" href="/typo3conf/ext/t3olayout/Resources/Public/Fonts/SourceSansPro/SourceSansPro-Light.otf.woff2" as="font" type="font/woff2" crossorigin>
<link rel="preload" href="/typo3conf/ext/t3olayout/Resources/Public/Fonts/SourceSansPro/SourceSansPro-Regular.otf.woff2" as="font" type="font/woff2" crossorigin>
)
}
includeCSSLibs {
t3olayout = EXT:t3olayout/Resources/Public/Css/main.min.css
}
...
...
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