Initial commit

This commit is contained in:
Björn Fromme
2018-04-18 17:24:00 +02:00
commit da4db35be3
875 changed files with 80368 additions and 0 deletions
@@ -0,0 +1,158 @@
mod {
web_layout.BackendLayouts {
frontpageEpEvents {
title = EP Events: Startseite
config {
backend_layout {
colCount = 2
rowCount = 5
rows {
1 {
columns {
1 {
name = Content
colPos = 3
colspan = 2
}
}
}
2 {
columns {
1 {
name = Kachel
colPos = 10
}
2 {
name = Kachel
colPos = 11
}
}
}
3 {
columns {
1 {
name = Kachel
colPos = 12
}
2 {
name = Kachel
colPos = 13
}
}
}
4 {
columns {
1 {
name = Content
colPos = 0
colspan = 2
}
}
}
5 {
columns {
1 {
name = Footer Content
colPos = 4
colspan = 2
}
}
}
}
}
}
}
subpageEpEvents {
title = EP Events: Unterseite
config {
backend_layout {
colCount = 1
rowCount = 2
rows {
1 {
columns {
1 {
name = Header
colPos = 1
}
}
}
2 {
columns {
1 {
name = Content
colPos = 0
}
}
}
}
}
}
}
categoryEpEvents {
title = EP Events: Kategorie
config {
backend_layout {
colCount = 1
rowCount = 2
rows {
1 {
columns {
1 {
name = Content (Slider etc.)
colPos = 0
}
}
}
2 {
columns {
1 {
name = Footer Content
colPos = 2
}
}
}
}
}
}
}
offerEpEvents {
title = EP Events: Beispielangebot
config {
backend_layout {
colCount = 1
rowCount = 1
rows {
1 {
columns {
1 {
name = Content (Slider etc.)
colPos = 2
}
}
}
}
}
}
}
activityEpEvents {
title = EP Events: Programmpunkt
config {
backend_layout {
colCount = 1
rowCount = 1
rows {
1 {
columns {
1 {
name = Content
colPos = 0
}
}
}
}
}
}
}
}
}
@@ -0,0 +1,38 @@
RTE {
default {
contentCSS = EXT:ep_events/Resources/Public/css/rte.min.css
showButtons (
blockstylelabel, blockstyle, textstylelabel, textstyle, linebreak,
formatblock, bar, bold, italic, bar, orderedlist, unorderedlist,
indent, bar, link, unlink, removeformat, linebreak,
table, toggleborders, tableproperties, rowproperties, rowinsertabove,
rowinsertunder, rowdelete, rowsplit, columninsertbefore, columninsertafter,
columndelete, columnsplit, cellproperties, cellinsertbefore, cellinsertafter,
celldelete, cellsplit, cellmerge, image, insertcharacter, chMode, pastetoggle
)
keepButtonGroupTogether = 1
proc {
allowedClasses = coloured-list, footnote-list
entryHTMLparser_db {
tags {
span.fixAttrib.style.unset = 1
span.rmTagIfNoAttrib = 1
}
}
}
buttons {
formatblock.removeItems = h1,h5,h6,section,div,footer,header,nav,aside,blockquote,pre,address,article
pastetoggle.setActiveOnRteOpen = 1
blockstyle.tags.ul.allowedClasses = coloured-list, footnote-list
}
}
classes {
button.name = Button
buttonfull.name = Button (volle Breite)
coloured-list.name = Farbige Bullets
footnote-list.name = Fußnote
}
}
@@ -0,0 +1,114 @@
TCEFORM {
tt_content {
# Disable image orientations
imageorient.removeItems = 0,1,2,8,9,25,26
imageorient.disabled = 1
# Disable image columns
imagecols.disabled = 1
# Disable image norows
image_noRows.disabled = 1
# Disable image border
imageborder.disabled = 1
# Disable image width
imagewidth.disabled = 1
# Disable image height
imageheight.disabled = 1
# Disable image link
image_link.disabled = 1
# Enable image zoom
image_zoom = 1
# Disable image compression
image_compression.disabled = 1
# Disable image effects
image_effects.disabled = 1
# Disable image frames
image_frames.disabled = 1
# Disable image caption position
imagecaption_position.disabled = 1
# Disable layout field for all other types
layout.types.text.disabled = 1
layout.types.textpic.disabled = 1
layout.types.bullets.disabled = 1
layout.types.html.disabled = 1
layout.types.image.disabled = 1
layout.types.list.disabled = 1
layout.types.menu.disabled = 1
layout.types.shortcut.disabled = 1
layout.types.table.disabled = 1
layout.types.uploads.disabled = 1
layout.types.mailform.disabled = 1
layout.types.login.disabled = 1
layout.types.header.disabled = 1
layout.types.herounit {
altLabels {
1 = Groß
}
removeItems = 2,3
}
header_layout {
addItems {
10 = H1 (Icon, opt. Subheadline)
20 = H2 (Icon, opt. Subheadline)
}
removeItems = 4,5
altLabels {
1 = H1 (opt. Subheadline)
2 = H2 (opt. Subheadline)
3 = H3
}
}
# Table background color
table_bgColor.disabled = 1
# Table border
table_border.disabled = 1
# Table cell spacing
table_cellspacing.disabled = 1
# Table cell padding
table_cellpadding.disabled = 1
# File size
filelink_size.disabled = 1
# Upload description
uploads_description.disabled = 1
# Upload type
uploads_type.disabled = 1
# Disable description
rowDescription.disabled = 1
# Disable categories
categories.disabled = 1
# Enable header link
header_link = 1
# Disable header position
header_position.disabled = 1
}
pages {
cache_tags.disabled = 1
fe_login_mode.disabled = 1
layout.disabled = 1
}
}
@@ -0,0 +1,35 @@
mod {
wizards.newContentElement.wizardItems {
epevents {
header = EP Events
elements {
tile {
iconIdentifier = content-image
title = Kachel
description = Kachel für Reisearten auf der Startseite
tt_content_defValues.CType = tile
}
statement {
iconIdentifier = content-image
title = Statement
description = Statment mit Button
tt_content_defValues.CType = statement
}
herounit {
iconIdentifier = content-image
title = Herounit
description = Seitenheader
tt_content_defValues.CType = herounit
}
banner {
iconIdentifier = content-image
title = Banner
description = Banner für Kategorieseiten
tt_content_defValues.CType = banner
}
}
show := addToList(tile, statement, herounit, banner)
}
}
}
@@ -0,0 +1,4 @@
<INCLUDE_TYPOSCRIPT: source="FILE:EXT:ep_events/Configuration/PageTS/Mod/WebLayout/BackendLayouts.ts">
<INCLUDE_TYPOSCRIPT: source="FILE:EXT:ep_events/Configuration/PageTS/Mod/Wizards/NewContentElement.ts">
<INCLUDE_TYPOSCRIPT: source="FILE:EXT:ep_events/Configuration/PageTS/RTE.ts">
<INCLUDE_TYPOSCRIPT: source="FILE:EXT:ep_events/Configuration/PageTS/TCEFORM.ts">