Skip to content

bibsdb/sonderborg-calendar-bundle

Repository files navigation

bibsdb/sonderborg-calendar

Supplies a slide template for playing sonderborg-calendar videos. This bundle uses SonderborgCalendar's js player: https://github.com/sonderborg-calendar/player.js/

Installation

Add the git repository to "repositories" in composer.json.

"repositories": {
    "bibsdb/sonderborg-calendar-bundle": {
      "type": "vcs",
      "url": "https://github.com/bibsdb/sonderborg-calendar-bundle"
    },
    ...
}

Require the bundle with composer.

composer require bibsdb/sonderborg-calendar-bundle

Enable the bundle in AppKernel.php, by adding BibsdbSonderborgCalendarBundle to $bundles.

new Bibsdb\SonderborgCalendarBundle\BibsdbSonderborgCalendarBundle()

Run bibsdb:core:templates:load command to load the template in the installation.

bin/console bibsdb:core:templates:load

Enable the template in the administration.

Ads and controls

To avoid ads and video controls, the shared video has to come from a user that has disabled the options at sonderborg-calendar.com. To do it yourself, you need to have at least a PLUS account (https://sonderborg-calendar.com/plus).

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published