https://github.com/psmb/sfi.youtube
YouTube nodetype for Neos
https://github.com/psmb/sfi.youtube
neoscms
Last synced: 4 months ago
JSON representation
YouTube nodetype for Neos
- Host: GitHub
- URL: https://github.com/psmb/sfi.youtube
- Owner: psmb
- License: mit
- Created: 2015-11-05T12:59:16.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2020-01-13T11:45:33.000Z (over 5 years ago)
- Last Synced: 2025-02-04T06:35:50.363Z (4 months ago)
- Topics: neoscms
- Homepage:
- Size: 34.2 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
This package provides a YouTube node type with a pure TypoScript rendering.
## Installation
Run `composer require sfi/youtube` from Neos root folder and you are done -- now you should see the YouTube content node type when creating new node.
No need to include TypoScript, it is included automatically.
## Settings
| Setting | Description | Defaults |
|---------|-------------|----------|
| className | Class name for wrapping div | `YouTube` |
| embedParams | Youtube embed url parameters. [Read the docs](https://developers.google.com/youtube/player_parameters#Parameters) | `rel=0&showinfo=0` |