initial commit
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
Order deny,allow
|
||||
Deny from all
|
||||
@@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
|
||||
<xliff version="1.0">
|
||||
<file source-language="en" datatype="plaintext" original="messages" date="2020-12-04UTC18:38:530">
|
||||
<header>
|
||||
<authorName>Christian Seyfferth</authorName>
|
||||
<authorEmail>info@chrosey.de</authorEmail>
|
||||
</header>
|
||||
<body>
|
||||
</body>
|
||||
</file>
|
||||
</xliff>
|
||||
@@ -0,0 +1,17 @@
|
||||
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
|
||||
<xliff version="1.0">
|
||||
<file source-language="en" datatype="plaintext" original="messages" date="2020-12-04UTC18:38:530">
|
||||
<header>
|
||||
<authorName>Christian Seyfferth</authorName>
|
||||
<authorEmail>info@chrosey.de</authorEmail>
|
||||
</header>
|
||||
<body>
|
||||
<trans-unit id="backend_layout.example">
|
||||
<source>Example</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="backend_layout.column.normal">
|
||||
<source>Normal</source>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
</xliff>
|
||||
@@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
|
||||
<xliff version="1.0">
|
||||
<file source-language="en" datatype="plaintext" original="messages" date="2020-12-04UTC18:38:530">
|
||||
<header>
|
||||
<authorName>Christian Seyfferth</authorName>
|
||||
<authorEmail>info@chrosey.de</authorEmail>
|
||||
</header>
|
||||
<body>
|
||||
</body>
|
||||
</file>
|
||||
</xliff>
|
||||
@@ -0,0 +1 @@
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
|
||||
@@ -0,0 +1,22 @@
|
||||
<html xmlns:f="http://typo3.org/ns/TYPO3/CMS/Fluid/ViewHelpers" data-namespace-typo3-fluid="true">
|
||||
<f:layout name="Default" />
|
||||
<f:section name="Main">
|
||||
|
||||
<div class="container">
|
||||
<div class="alert alert-info">
|
||||
<dl>
|
||||
<dt>Template file</dt>
|
||||
<dd>
|
||||
<code>typo3conf/ext/sitepackage/Resources/Private/Templates/Page/Example.html</code>
|
||||
</dd>
|
||||
<dt>Backend Configuration</dt>
|
||||
<dd>
|
||||
<code>typo3conf/ext/sitepackage/Configuration/TsConfig/Page/Mod/WebLayout/BackendLayouts/example.tsconfig</code>
|
||||
</dd>
|
||||
</dl>
|
||||
</div>
|
||||
</div>
|
||||
<f:cObject typoscriptObjectPath="lib.dynamicContent" data="{pageUid: '{data.uid}', colPos: '0'}" />
|
||||
|
||||
</f:section>
|
||||
</html>
|
||||
Reference in New Issue
Block a user