initial commit
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
Order deny,allow
|
||||
Deny from all
|
||||
@@ -0,0 +1,8 @@
|
||||
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" }
|
||||
|
||||
editor:
|
||||
config:
|
||||
# contentsCss: "EXT:bootstrap_package/Resources/Public/Css/bootstrap4-rte.min.css"
|
||||
@@ -0,0 +1,19 @@
|
||||
<?php
|
||||
defined('TYPO3_MODE') || die();
|
||||
|
||||
call_user_func(function()
|
||||
{
|
||||
/**
|
||||
* Temporary variables
|
||||
*/
|
||||
$extensionKey = 'sitepackage';
|
||||
|
||||
/**
|
||||
* Default PageTS for Sitepackage
|
||||
*/
|
||||
\TYPO3\CMS\Core\Utility\ExtensionManagementUtility::registerPageTSConfigFile(
|
||||
$extensionKey,
|
||||
'Configuration/TsConfig/Page/All.tsconfig',
|
||||
'Sitepackage'
|
||||
);
|
||||
});
|
||||
@@ -0,0 +1,19 @@
|
||||
<?php
|
||||
defined('TYPO3_MODE') || die();
|
||||
|
||||
call_user_func(function()
|
||||
{
|
||||
/**
|
||||
* Temporary variables
|
||||
*/
|
||||
$extensionKey = 'sitepackage';
|
||||
|
||||
/**
|
||||
* Default TypoScript for Sitepackage
|
||||
*/
|
||||
\TYPO3\CMS\Core\Utility\ExtensionManagementUtility::addStaticFile(
|
||||
$extensionKey,
|
||||
'Configuration/TypoScript',
|
||||
'Sitepackage'
|
||||
);
|
||||
});
|
||||
@@ -0,0 +1,7 @@
|
||||
#
|
||||
# PageTS for Sitepackage
|
||||
#
|
||||
<INCLUDE_TYPOSCRIPT: source="FILE:EXT:sitepackage/Configuration/TsConfig/Page/RTE.tsconfig">
|
||||
<INCLUDE_TYPOSCRIPT: source="FILE:EXT:sitepackage/Configuration/TsConfig/Page/TCEFORM.tsconfig">
|
||||
<INCLUDE_TYPOSCRIPT: source="FILE:EXT:sitepackage/Configuration/TsConfig/Page/TCEMAIN.tsconfig">
|
||||
<INCLUDE_TYPOSCRIPT: source="FILE:EXT:sitepackage/Configuration/TsConfig/Page/Mod/WebLayout/BackendLayouts.tsconfig">
|
||||
@@ -0,0 +1,4 @@
|
||||
#
|
||||
# BACKENDLAYOUTS
|
||||
#
|
||||
<INCLUDE_TYPOSCRIPT: source="DIR:EXT:sitepackage/Configuration/TsConfig/Page/Mod/WebLayout/BackendLayouts" extensions="tsconfig">
|
||||
@@ -0,0 +1,29 @@
|
||||
#
|
||||
# BACKENDLAYOUT: EXAMPLE
|
||||
#
|
||||
mod {
|
||||
web_layout {
|
||||
BackendLayouts {
|
||||
example {
|
||||
title = LLL:EXT:sitepackage/Resources/Private/Language/locallang_be.xlf:backend_layout.example
|
||||
config {
|
||||
backend_layout {
|
||||
colCount = 1
|
||||
rowCount = 1
|
||||
rows {
|
||||
1 {
|
||||
columns {
|
||||
1 {
|
||||
name = LLL:EXT:sitepackage/Resources/Private/Language/locallang_be.xlf:backend_layout.column.normal
|
||||
colPos = 0
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
icon = EXT:sitepackage/Resources/Public/Icons/BackendLayouts/example.svg
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
#############
|
||||
#### RTE ####
|
||||
#############
|
||||
RTE {
|
||||
default {
|
||||
preset = sitepackage
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
#
|
||||
# TCEFORM
|
||||
#
|
||||
TCEFORM {
|
||||
pages {
|
||||
|
||||
}
|
||||
tt_content {
|
||||
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
#
|
||||
# TCEMAIN
|
||||
#
|
||||
TCEMAIN {
|
||||
|
||||
}
|
||||
@@ -0,0 +1,22 @@
|
||||
############
|
||||
### PAGE ###
|
||||
############
|
||||
page {
|
||||
logo {
|
||||
file = EXT:sitepackage/Resources/Public/Images/logo.svg
|
||||
fileInverted = EXT:sitepackage/Resources/Public/Images/logo-inverted.svg
|
||||
height = 52
|
||||
width = 192
|
||||
alt = Sitepackage
|
||||
linktitle = Sitepackage
|
||||
}
|
||||
favicon {
|
||||
file = EXT:sitepackage/Resources/Public/Icons/favicon.ico
|
||||
}
|
||||
fluidtemplate {
|
||||
layoutRootPath = EXT:sitepackage/Resources/Private/Layouts/Page/
|
||||
partialRootPath = EXT:sitepackage/Resources/Private/Partials/Page/
|
||||
templateRootPath = EXT:sitepackage/Resources/Private/Templates/Page/
|
||||
}
|
||||
}
|
||||
|
||||
@@ -0,0 +1,24 @@
|
||||
##############
|
||||
#### PAGE ####
|
||||
##############
|
||||
page {
|
||||
includeCSS {
|
||||
theme = EXT:sitepackage/Resources/Public/Stylesheets/styles.css
|
||||
}
|
||||
|
||||
includeJSLibs {
|
||||
|
||||
}
|
||||
|
||||
includeJS {
|
||||
|
||||
}
|
||||
|
||||
includeJSFooterlibs {
|
||||
|
||||
}
|
||||
|
||||
includeJSFooter {
|
||||
sitepackage_scripts = EXT:sitepackage/Resources/Public/JavaScript/default.js
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user