-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[TASK] composer.json and README.md embed
- Loading branch information
clickstorm
committed
Jul 12, 2016
1 parent
3af362d
commit d33dda6
Showing
2 changed files
with
47 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# [clickstorm] Youtube Data V3 | ||
|
||
Clickstorm Youtube Data V3 is a TYPO3 extension. Displays a youtube channel on your page. | ||
|
||
Feel free to test and give feedback. | ||
|
||
## More information | ||
|
||
* [TYPO3 Repository] - Official dowload page | ||
* [Extension Manual] - Official documentation with all features and configurations | ||
* [clickstorm Blog] - Current information in german | ||
|
||
|
||
|
||
[TYPO3 Repository]: <https://typo3.org/extensions/repository/view/cs_youtube_data> | ||
[Extension Manual]: <https://docs.typo3.org/typo3cms/extensions/cs_youtube_data/> | ||
[clickstorm Blog]: <https://www.clickstorm.de/blog/> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
{ | ||
"name": "clickstorm/cs_youtube_data", | ||
"type": "typo3-cms-extension", | ||
"description": "[clickstorm] Youtube Data V3", | ||
"homepage": "https://www.clickstorm.de", | ||
"license": [ | ||
"GPL-2.0+" | ||
], | ||
"keywords": [ | ||
"typo3", | ||
"clickstorm", | ||
"YouTube" | ||
], | ||
"version": "1.0.5", | ||
"dist": { | ||
"url": "https://github.com/clickstorm/cs_youtube_data.git", | ||
"type": "git" | ||
}, | ||
"replace": { | ||
"cs_youtube_data": "*" | ||
}, | ||
"require": { | ||
"typo3/cms": ">=6.2.6" | ||
}, | ||
"autoload": { | ||
"psr-4": { | ||
"Clickstorm\\CsYoutubeData\\": "Classes/" | ||
} | ||
} | ||
} |