in2code / panopto
Adds a content element for the end-to-end-video-content-management-system panopto
Installs: 1 073
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 4
Forks: 1
Open Issues: 0
Type:typo3-cms-extension
Requires
- php: >=7.2.0
- typo3/cms-core: ^10.4 || ^11.5 || ^12.3
This package is auto-updated.
Last update: 2024-10-10 11:22:00 UTC
README
Provides a content element and the ability to add videos of the end-to-end-video-content-management-system panopto via "Add media by URL" in Text & Media elements.
Usage
Install the extension and add the template include "Panopto".
Content Element Options
You find a detailed description of each option for the panopto player here: https://support.panopto.com/s/article/Embed-a-Video
Configuration
the cType for this extension is ce.panopto
Panopto id for testvideo: 2b69a50b-6733-4422-bd5a-af6a0183fea7
Panopto domain / path
there are typoscript constants for the panopto domain and path which can be easily overwritten.
plugin.tx_panopto {
settings {
domain = https://howtovideos.hosted.panopto.com/
path = Panopto/Pages/
}
}
Template
you can also add your own template path if you
tt_content.ce\.panopto {
templateRootPaths {
30 = EXT:yourExtension/Resources/Private/Templates/
}
}
Requirements
- TYPO3 10.4 or newer
- PHP 7.2 or newer
Screenshots
Fig. 1) Create Content Element wizard
Fig. 2) Panopto Content Element
Fig. 3) Panopto File Reference in a Text Media Content Element