Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
t3o
my.typo3.org
Commits
9281ea60
Commit
9281ea60
authored
Jun 09, 2017
by
Stefan Busemann
Browse files
[TASK] Add container extension for my.typo3.org
This extension will the container for specific functions and layouts at my.typo3.org
parent
c3774dd5
Changes
10
Hide whitespace changes
Inline
Side-by-side
html/typo3conf/ext/t3omy/Resources/Private/.htaccess
0 → 100755
View file @
9281ea60
Order
deny,allow
Deny
from
all
html/typo3conf/ext/t3omy/Resources/Private/Language/locallang.xlf
0 → 100755
View file @
9281ea60
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<xliff
version=
"1.0"
>
<file
source-language=
"en"
datatype=
"plaintext"
original=
"messages"
date=
"2015-06-23T11:36:30Z"
>
<header>
<authorName>
Stefan Busemann
</authorName>
<authorEmail>
stefan.busemann@typo3.org
</authorEmail>
</header>
<body>
<trans-unit
id=
"backend_layout.default.column.collection"
>
<source>
CE Collection (Not shown on FE)
</source>
</trans-unit>
</body>
</file>
</xliff>
\ No newline at end of file
html/typo3conf/ext/t3omy/Resources/Private/Partials/.gitkeep
0 → 100755
View file @
9281ea60
html/typo3conf/ext/t3omy/composer.json
0 → 100755
View file @
9281ea60
{
"name"
:
"t3o/t3omy"
,
"type"
:
"typo3-cms-extension"
,
"description"
:
"Base extension for project my.typo3.org layout and specific functions"
,
"homepage"
:
"https://www.typo3.org"
,
"license"
:
[
"GPL-2.0+"
],
"keywords"
:
[
"TYPO3 CMS"
],
"autoload"
:
{
"psr-4"
:
{
"T3o\\T3olayout\\"
:
"Classes"
}
},
"version"
:
"0.0.1"
}
html/typo3conf/ext/t3omy/ext_conf_template.txt
0 → 100755
View file @
9281ea60
#
# Extension Configuration template
#
html/typo3conf/ext/t3omy/ext_emconf.php
0 → 100755
View file @
9281ea60
<?php
/************************************************************************
* Extension Manager/Repository config file for ext "t3omy".
************************************************************************/
$EM_CONF
[
$_EXTKEY
]
=
array
(
'title'
=>
't3olayout for my TYPO3'
,
'description'
=>
'Base extension for project my.typo3.org layout and specific functions'
,
'category'
=>
'extension'
,
'constraints'
=>
array
(
'depends'
=>
array
(
'typo3'
=>
'8.7.0-8.99.99'
,
'fluid_styled_content'
=>
'7.6.0-8.99.99'
),
'conflicts'
=>
array
(
),
),
'autoload'
=>
array
(
'psr-4'
=>
array
(
'T3o\\T3olayout\\'
=>
'Classes'
),
),
'state'
=>
'alpha'
,
'uploadfolder'
=>
0
,
'createDirs'
=>
''
,
'clearCacheOnLoad'
=>
1
,
'author'
=>
'Stefan Busemann'
,
'author_email'
=>
'stefan.busemann@typo3.org'
,
'author_company'
=>
'typo3'
,
'version'
=>
'0.0.1'
,
);
html/typo3conf/ext/t3omy/ext_icon.png
0 → 100755
View file @
9281ea60
658 Bytes
html/typo3conf/ext/t3omy/ext_localconf.php
0 → 100755
View file @
9281ea60
<?php
if
(
!
defined
(
'TYPO3_MODE'
))
{
die
(
'Access denied.'
);
}
html/typo3conf/ext/t3omy/ext_tables.php
0 → 100755
View file @
9281ea60
<?php
if
(
!
defined
(
'TYPO3_MODE'
))
{
die
(
'Access denied.'
);
}
$iconRegistry
=
\
TYPO3\CMS\Core\Utility\GeneralUtility
::
makeInstance
(
\
TYPO3\CMS\Core\Imaging\IconRegistry
::
class
);
$iconRegistry
->
registerIcon
(
'default-icon'
,
\
TYPO3\CMS\Core\Imaging\IconProvider\BitmapIconProvider
::
class
,
[
'source'
=>
'EXT:t3omy/Resources/Public/Icons/Extension.svg'
]
);
html/typo3conf/ext/t3omy/ext_tables_static+adt.sql
0 → 100755
View file @
9281ea60
#
#
Add
Static
SQL
tables
#
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment