Rename public directory

This commit is contained in:
Björn Fromme
2019-06-06 09:53:25 +02:00
parent 5ea4db814e
commit a299c7ccce
968 changed files with 35 additions and 35 deletions
@@ -0,0 +1,5 @@
<INCLUDE_TYPOSCRIPT: source="FILE:EXT:ep_events/Configuration/PageTS/Mod/WebLayout/BackendLayouts.tsconfig">
<INCLUDE_TYPOSCRIPT: source="FILE:EXT:ep_events/Configuration/PageTS/Mod/Wizards/NewContentElement.tsconfig">
<INCLUDE_TYPOSCRIPT: source="FILE:EXT:ep_events/Configuration/PageTS/RTE.tsconfig">
<INCLUDE_TYPOSCRIPT: source="FILE:EXT:ep_events/Configuration/PageTS/TCEFORM.tsconfig">
<INCLUDE_TYPOSCRIPT: source="FILE:EXT:ep_events/Configuration/PageTS/Mod/SHARED.tsconfig">
@@ -0,0 +1,6 @@
mod {
SHARED {
defaultLanguageFlag = de
defaultLanguageLabel = Deutsch
}
}
@@ -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,16 @@
RTE {
config {
tt_content {
bodytext {
types {
text {
preset = dpn
}
textmedia {
preset = dpn
}
}
}
}
}
}
@@ -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)
}
}
}