-
- Downloads
Initial commit
parents
No related branches found
No related tags found
Showing
- Classes/Controller/YoutubeController.php 29 additions, 0 deletionsClasses/Controller/YoutubeController.php
- Configuration/FlexForms/flexform_sgyoutube_youtube.xml 32 additions, 0 deletionsConfiguration/FlexForms/flexform_sgyoutube_youtube.xml
- Configuration/TCA/Overrides/tt_content.php 28 additions, 0 deletionsConfiguration/TCA/Overrides/tt_content.php
- Configuration/TypoScript/constants.txt 10 additions, 0 deletionsConfiguration/TypoScript/constants.txt
- Configuration/TypoScript/setup.txt 16 additions, 0 deletionsConfiguration/TypoScript/setup.txt
- README.md 12 additions, 0 deletionsREADME.md
- Resources/Private/.htaccess 11 additions, 0 deletionsResources/Private/.htaccess
- Resources/Private/Language/de.locallang.xlf 15 additions, 0 deletionsResources/Private/Language/de.locallang.xlf
- Resources/Private/Language/locallang.xlf 14 additions, 0 deletionsResources/Private/Language/locallang.xlf
- Resources/Private/Layouts/Default.html 3 additions, 0 deletionsResources/Private/Layouts/Default.html
- Resources/Private/Templates/Twitter/Show.html 4 additions, 0 deletionsResources/Private/Templates/Twitter/Show.html
- composer.json 19 additions, 0 deletionscomposer.json
- ext_emconf.php 47 additions, 0 deletionsext_emconf.php
- ext_icon.png 0 additions, 0 deletionsext_icon.png
- ext_localconf.php 42 additions, 0 deletionsext_localconf.php
- ext_tables.php 12 additions, 0 deletionsext_tables.php
Classes/Controller/YoutubeController.php
0 → 100644
Configuration/TCA/Overrides/tt_content.php
0 → 100644
Configuration/TypoScript/constants.txt
0 → 100644
Configuration/TypoScript/setup.txt
0 → 100644
README.md
0 → 100644
Resources/Private/.htaccess
0 → 100644
Resources/Private/Language/de.locallang.xlf
0 → 100644
Resources/Private/Language/locallang.xlf
0 → 100644
Resources/Private/Layouts/Default.html
0 → 100644
composer.json
0 → 100644
{ | ||
"name": "sgalinski/sg-youtube", | ||
"type": "typo3-cms-extension", | ||
"description": "Embed YouTube Videos of a Playlist or Channel", | ||
"homepage": "https://www.sgalinski.de", | ||
"license": "GPL-2.0+", | ||
"version": "1.0.0", | ||
"require": { | ||
"typo3/cms-core": "7.6.0 - 8.7.99" | ||
}, | ||
"replace": { | ||
"sg_youtube": "self.version" | ||
}, | ||
"autoload": { | ||
"psr-4": { | ||
"SGalinski\\SgYoutube\\": "Classes/" | ||
} | ||
} | ||
} |
ext_emconf.php
0 → 100644
ext_icon.png
0 → 100644
825 B
ext_localconf.php
0 → 100644
ext_tables.php
0 → 100644