Skip to content

Commit

Permalink
[TASK] add Gridelements layouts
Browse files Browse the repository at this point in the history
  • Loading branch information
dmh committed Apr 20, 2017
1 parent bac846d commit a718399
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 16 deletions.
7 changes: 3 additions & 4 deletions Configuration/FluidStyledContent/FluidContent.pagets
Expand Up @@ -3,8 +3,7 @@
TCEFORM.tt_content.layout {
removeItems = 1,2,3
addItems {
# TODO:
100 = Example generic layout for all content
# 100 = Example generic layout for all content
}
}

Expand Down Expand Up @@ -34,8 +33,8 @@ TCEFORM.tt_content.frame_class {
gray-background = Gray Background
blue-mountain-wrp = Blue Mountain Wrapper
blue-mountain-header = Blue Mountain Header Text
inverse = Inverse color of text, links, buttons
saturated-inverse = Inverse and saturate color of text, links, buttons
inverse = Inverse color (text/links/buttons)
saturated-inverse = Inverse and saturate color
}
}

Expand Down
12 changes: 6 additions & 6 deletions Configuration/GridElements/PageTS/AdvColumnGrid.pagets
Expand Up @@ -4,9 +4,10 @@ TCEFORM.tt_content.layout {
gridelements_pi1 {
addItems {
--div-- = Gridelements layouts:
# TODO:
501 = Gridelements example layout 1
502 = Gridelements example layout 2
501 = Blue Mountain Mosaic odd
502 = Blue Mountain Mosaic even
503 = Gray Mosaic odd
504 = Gray Mosaic even
}
}
}
Expand All @@ -19,9 +20,8 @@ TCEFORM.tt_content.frame_class {
gridelements_pi1 {
addItems {
--div-- = Gridelements appearance:
# TODO:
gridelements-example-wrapper-1 = Example Gridelements wrapper 1
gridelements-example-wrapper-2 = Example Gridelements wrapper 2
# gridelements-example-wrapper-1 = Example Gridelements wrapper 1
# gridelements-example-wrapper-2 = Example Gridelements wrapper 2
footer__bottom = Footer bottom row wrapper
}
}
Expand Down
10 changes: 5 additions & 5 deletions Configuration/TypoScript/Library/lib.fluidContent.setupts
Expand Up @@ -21,8 +21,7 @@ lib.contentElement {
800 {
classMappings {
# example of layout class (Label => theme_t3kit/Configuration/FluidStyledContent/FluidContent.pagets)
# TODO:
100 = example-generic-layout
# 100 = example-generic-layout
}
}

Expand Down Expand Up @@ -81,9 +80,10 @@ lib.contentElement {
800 {
classMappings {
# Specific layout for GridElements (Label => theme_t3kit/Configuration/GridElements/PageTS/AdvColumnGrid.pagets)
# TODO:
501 = gridelements-example-layout-1
502 = gridelements-example-layout-2
501 = mosaic-blue-mountain-odd
502 = mosaic-blue-mountain-even
503 = mosaic-gray-odd
504 = mosaic-gray-even
}
}

Expand Down
2 changes: 1 addition & 1 deletion Configuration/TypoScript/Library/themes.header.constantsts
Expand Up @@ -48,7 +48,7 @@ themes.configuration.elem.status.showHeaderMiddleSearch = 1

# customsubcategory=logo=Logo
# cat=theme,basic/logo; type=string; label= Header-Logo: Path and filename (fileadmin/.../logo.png)
themes.configuration.header.logo.main.file =
themes.configuration.header.logo.main.file = fileadmin/example_content/logo.png

# customsubcategory=site=Site
# cat=theme,basic/site; type=int+; label= Startsite page uid
Expand Down

0 comments on commit a718399

Please sign in to comment.