Skip to content
Snippets Groups Projects
Commit 8d76340f authored by Johannes Kreiner's avatar Johannes Kreiner
Browse files

[TASK] Add integration instructions

parent 8179ec54
No related branches found
No related tags found
No related merge requests found
......@@ -8,4 +8,22 @@ Repository: https://gitlab.sgalinski.de/typo3/sg_youtube
Please report bugs here: https://gitlab.sgalinski.de/typo3/sg_youtube
TYPO3 version: >7.6
\ No newline at end of file
TYPO3 version: >8.7
## Installation / Integration
First install the extension and activate it in the Extension-Manager.
### TypoScript integration
* Include the TypoScript in Configuration/TypoScript/setup.typoscript and constants.typoscript in your theme.
* Add your Youtube API key:
```
plugin.tx_sgyoutube {
settings {
# cat=plugin.tx_sgyoutube/file; type=string; label=YouTube API Key
apiKey = <your-api-key>
}
}
```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment