Skip to content

Commit

Permalink
Merge branch 'develop' into production
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminkott committed Dec 11, 2024
2 parents b2a5c11 + 3648812 commit a5d6cd0
Show file tree
Hide file tree
Showing 62 changed files with 3,553 additions and 288 deletions.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,16 @@ mod {
rowCount = 1
rows {
1 {
columns {
1 {
name = LLL:EXT:{{ package.extensionKey }}/Resources/Private/Language/locallang_be.xlf:backend_layout.column.stage
colPos = 1
identifier = stage
slideMode = slide
}
}
}
2 {
columns {
1 {
name = LLL:EXT:{{ package.extensionKey }}/Resources/Private/Language/locallang_be.xlf:backend_layout.column.normal
Expand All @@ -23,7 +33,7 @@ mod {
}
}
}
icon = EXT:{{ package.extensionKey }}/Resources/Public/Icons/BackendLayouts/example.svg
icon = EXT:{{ package.extensionKey }}/Resources/Public/Icons/BackendLayouts/default.svg
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
mod {
web_layout {
BackendLayouts {
example {
title = LLL:EXT:{{ package.extensionKey }}/Resources/Private/Language/locallang_be.xlf:backend_layout.example
Subpage {
title = LLL:EXT:{{ package.extensionKey }}/Resources/Private/Language/locallang_be.xlf:backend_layout.subpage
config {
backend_layout {
colCount = 2
Expand All @@ -15,9 +15,10 @@ mod {
columns {
1 {
name = LLL:EXT:{{ package.extensionKey }}/Resources/Private/Language/locallang_be.xlf:backend_layout.column.stage
colPos = 0
identifier = stage
colPos = 1
colspan = 2
identifier = stage
slideMode = slide
}
}
}
Expand All @@ -31,15 +32,15 @@ mod {
2 {
name = LLL:EXT:{{ package.extensionKey }}/Resources/Private/Language/locallang_be.xlf:backend_layout.column.right
colPos = 2
identifier = right
slideMode = slide
identifier = sidebar
slideMode = collectReverse
}
}
}
}
}
}
icon = EXT:{{ package.extensionKey }}/Resources/Public/Icons/BackendLayouts/example.svg
icon = EXT:{{ package.extensionKey }}/Resources/Public/Icons/BackendLayouts/subpage.svg
}
}
}
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
TCEFORM {
pages {
# Hide "Frontend Layout" field as we use the "Backend Layout" for the complete layout
layout {
disabled = 1
}
}
tt_content {
header_layout {
# Prevent H1 headlines in content elements
removeItems = 1
}
}
}

TCEMAIN {
pages {
# Pages will *not* have "(copy)" appended:
disablePrependAtCopy = 1
# Pages will *not* be hidden upon copy:
disableHideAtCopy = 1
}
tt_content {
# Content will *not* have "(copy)" appended:
disablePrependAtCopy = 1
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
page {
10 {
dataProcessing {
30 = menu
30 {
special = rootline
special.range = 0|-1
as = breadcrumb
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
page {
10 {
dataProcessing {
20 = menu
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
// Part 4: global site configuration
config {
# Adjust the title tag to be displayed as “website - page title”
pageTitleSeparator = -
pageTitleSeparator.noTrimWrap = | | |

# Display the Admin Panel at the bottom of pages to logged in backend users
admPanel = 1
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
page = PAGE
page {
10 = PAGEVIEW
10 {
paths {
0 = EXT:{{ package.extensionKey }}/Resources/Private/PageView/
10 = {${{ package.packageName }}.template_path}
}

dataProcessing {
# makes content elements available as {content} in Fluid template
10 = page-content
}
}
shortcutIcon = {${{ package.packageName }}.favicon}
}
Original file line number Diff line number Diff line change
@@ -1,21 +1,3 @@
@import './PageTsConfig/'
@import './PageTsConfig/BackendLayouts/'

RTE {
default {
preset = {{ package.extensionKey }}
}
}

TCEFORM {
pages {

}
tt_content {

}
}

TCEMAIN {

}

Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
categories:
{{ package.packageName }}:
label: '{{ package.title }}'
{{ package.packageName }}.templates:
label: 'Templates'
parent: {{ package.packageName }}
{{ package.packageName }}.layout:
label: 'Layout'
parent: {{ package.packageName }}

settings:
{{ package.packageName }}.template_path:
label: 'Page template path'
category: {{ package.packageName }}.templates
description: 'Path to the templates of the {{ package.title }}.'
type: string
default: 'EXT:{{ package.extensionKey }}/Resources/Private/Templates/'

{{ package.packageName }}.logo:
label: 'Logo'
category: {{ package.packageName }}.layout
description: 'Path to the logo of {{ package.title }}.'
type: string
default: 'EXT:{{ package.extensionKey }}/Resources/Public/Images/logo.svg'

{{ package.packageName }}.logo-alt:
label: 'Logo Alt text'
category: {{ package.packageName }}.layout
description: 'Alternative text of the logo for the visually impaired'
type: string
default: 'Logo'

{{ package.packageName }}.favicon:
label: 'Favicon'
description: 'This icon is displayed in search engine results and in the browser tab'
category: {{ package.packageName }}.layout
type: string
default: 'EXT:{{ package.extensionKey }}/Resources/Public/Icons/favicon.ico'
Original file line number Diff line number Diff line change
@@ -1,28 +1,12 @@
styles:
templates:
layoutRootPath: 'EXT:{{ package.extensionKey }}/Resources/Private/ContentElements/Layouts/'
partialRootPath: 'EXT:{{ package.extensionKey }}/Resources/Private/ContentElements/Partials/'
templateRootPath: 'EXT:{{ package.extensionKey }}/Resources/Private/ContentElements/Templates/'

page:
pageview:
paths: 'EXT:{{ package.extensionKey }}/Resources/Private/PageView/'

meta:
viewport: 'width=device-width, initial-scale=1'
robots: 'index,follow'
apple-mobile-web-app-capable: 'no'
compatible: 'IE=edge'

tracking:
google:
trackingID: ''
anonymizeIp: '1'

config:
no_cache: '0'
removeDefaultJS: '0'
admPanel: '1'
prefixLocalAnchors: 'all'
headerComment: 'build by sitepackagebuilder.com'
sendCacheHeaders: '1'
templates:
layoutRootPath: EXT:{{ package.extensionKey }}/Resources/Private/ContentElements/Layouts
partialRootPath: EXT:{{ package.extensionKey }}/Resources/Private/ContentElements/Partials
templateRootPath: EXT:{{ package.extensionKey }}/Resources/Private/ContentElements/Templates
content:
textmedia:
maxW: 1200
maxWInText: 600
linkWrap:
lightboxEnabled: true
lightboxCssClass: lightbox
Loading

0 comments on commit a5d6cd0

Please sign in to comment.