initial commit
This commit is contained in:
2
packages/coo_site_package/Configuration/.htaccess
Normal file
2
packages/coo_site_package/Configuration/.htaccess
Normal file
@@ -0,0 +1,2 @@
|
||||
Order deny,allow
|
||||
Deny from all
|
||||
5
packages/coo_site_package/Configuration/RTE/Default.yaml
Normal file
5
packages/coo_site_package/Configuration/RTE/Default.yaml
Normal file
@@ -0,0 +1,5 @@
|
||||
imports:
|
||||
- { resource: "EXT:rte_ckeditor/Configuration/RTE/Processing.yaml" }
|
||||
- { resource: "EXT:rte_ckeditor/Configuration/RTE/Editor/Base.yaml" }
|
||||
- { resource: "EXT:rte_ckeditor/Configuration/RTE/Editor/Plugins.yaml" }
|
||||
- { resource: "EXT:bootstrap_package/Configuration/RTE/Default.yaml" }
|
||||
@@ -0,0 +1,29 @@
|
||||
#
|
||||
# BACKENDLAYOUT: EXAMPLE
|
||||
#
|
||||
mod {
|
||||
web_layout {
|
||||
BackendLayouts {
|
||||
example {
|
||||
title = LLL:EXT:coo_site_package/Resources/Private/Language/locallang_be.xlf:backend_layout.example
|
||||
config {
|
||||
backend_layout {
|
||||
colCount = 1
|
||||
rowCount = 1
|
||||
rows {
|
||||
1 {
|
||||
columns {
|
||||
1 {
|
||||
name = LLL:EXT:coo_site_package/Resources/Private/Language/locallang_be.xlf:backend_layout.column.normal
|
||||
colPos = 0
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
icon = EXT:coo_site_package/Resources/Public/Icons/BackendLayouts/example.svg
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,4 @@
|
||||
name: gaengeviertel-ev/coo-site-package
|
||||
label: 'coo-site-package'
|
||||
dependencies:
|
||||
- bootstrap-package/full
|
||||
@@ -0,0 +1,21 @@
|
||||
@import './PageTsConfig/BackendLayouts/'
|
||||
|
||||
RTE {
|
||||
default {
|
||||
preset = coo_site_package
|
||||
}
|
||||
}
|
||||
|
||||
TCEFORM {
|
||||
pages {
|
||||
|
||||
}
|
||||
tt_content {
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
TCEMAIN {
|
||||
|
||||
}
|
||||
|
||||
@@ -0,0 +1,28 @@
|
||||
plugin:
|
||||
bootstrap_package:
|
||||
settings:
|
||||
scss:
|
||||
primary: '#eb3e4a'
|
||||
secondary: '#013859'
|
||||
view:
|
||||
layoutRootPath: 'EXT:coo_site_package/Resources/Private/Layouts/'
|
||||
partialRootPath: 'EXT:coo_site_package/Resources/Private/Partials/'
|
||||
templateRootPath: 'EXT:coo_site_package/Resources/Private/Templates/'
|
||||
bootstrap_package_contentelements:
|
||||
view:
|
||||
layoutRootPath: 'EXT:coo_site_package/Resources/Private/Layouts/ContentElements/'
|
||||
partialRootPath: 'EXT:coo_site_package/Resources/Private/Partials/ContentElements/'
|
||||
templateRootPath: 'EXT:coo_site_package/Resources/Private/Templates/ContentElements/'
|
||||
page:
|
||||
logo:
|
||||
file: 'EXT:coo_site_package/Resources/Public/Images/coo_logo.jpg'
|
||||
fileInverted: 'EXT:coo_site_package/Resources/Public/Images/logo-inverted.svg'
|
||||
width: 192
|
||||
alt: 'My Site Package'
|
||||
linktitle: 'My Site Package'
|
||||
favicon:
|
||||
file: 'EXT:coo_site_package/Resources/Public/Icons/favicon.ico'
|
||||
fluidtemplate:
|
||||
layoutRootPath: 'EXT:coo_site_package/Resources/Private/Layouts/Page/'
|
||||
partialRootPath: 'EXT:coo_site_package/Resources/Private/Partials/Page/'
|
||||
templateRootPath: 'EXT:coo_site_package/Resources/Private/Templates/Page/'
|
||||
@@ -0,0 +1,21 @@
|
||||
page {
|
||||
includeCSS {
|
||||
theme = EXT:coo_site_package/Resources/Public/Scss/Theme/theme.scss
|
||||
}
|
||||
|
||||
includeJSLibs {
|
||||
|
||||
}
|
||||
|
||||
includeJS {
|
||||
|
||||
}
|
||||
|
||||
includeJSFooterlibs {
|
||||
|
||||
}
|
||||
|
||||
includeJSFooter {
|
||||
coo_site_package_scripts = EXT:coo_site_package/Resources/Public/JavaScript/main.js
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
use \TYPO3\CMS\Core\Utility\ExtensionManagementUtility;
|
||||
|
||||
ExtensionManagementUtility::registerPageTSConfigFile(
|
||||
'coo_site_package',
|
||||
'Configuration/TsConfig/Page/TCEFORM.tsconfig',
|
||||
'TCE Layout'
|
||||
);
|
||||
@@ -0,0 +1,14 @@
|
||||
TCEFORM {
|
||||
pages {
|
||||
layout {
|
||||
removeItems = 1,2,3
|
||||
}
|
||||
}
|
||||
tt_content {
|
||||
// Reanabled: Disable imageheight and imagewidth for textpic and image
|
||||
// to avoid incorrect rendering in frontend
|
||||
|
||||
imageheight.disabled = 0
|
||||
imagewidth.disabled = 0
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
lib.footer = COA
|
||||
lib.footer {
|
||||
10 = TEXT
|
||||
10.value = "EIN PROJEKT DES GÄNGEVIERTEL E.V. UND GRAFFITIARCHIV / ARCHIV DER JUGENDKULTUREN E.V. "
|
||||
|
||||
20 = IMAGE
|
||||
}
|
||||
Reference in New Issue
Block a user