jonnitto/plyr

Plyr.io for Neos.io

Installs: 31 451

Dependents: 2

Suggesters: 0

Security: 0

Stars: 10

Watchers: 5

Forks: 9

Open Issues: 2

Language:JavaScript

Type:neos-plugin

3.1.5 2023-04-03 15:49 UTC

README

Latest stable version Total Downloads License Support development My wishlist on amazon
GitHub forks GitHub stars GitHub watchers GitHub followers Follow Jon on Twitter

Jonnitto.Plyr

Plyr.io for Neos CMS

Image of Plyr

Installation

Most of the time you have to make small adjustments to a package (e.g. configuration in Settings.yaml). Because of that, it is important to add the corresponding package to the composer from your theme package. Mostly this is the site packages located under Packages/Sites/. To install it correctly go to your theme package (e.g.Packages/Sites/Foo.Bar) and run following command:

composer require jonnitto/plyr --no-update

To install the package under Neos 2.* you have to enter

composer require "jonnitto/plyr:^0.2" --no-update

The --no-update command prevent the automatic update of the dependencies. After the package was added to your theme composer.json, go back to the root of the Neos installation and run composer update. Et voilĂ ! Your desired package is now installed correctly.

FAQ

What are the differences from this package to the Jonnitto.PrettyEmbedYoutube, Jonnitto.PrettyEmbedVideo, the Jonnitto.PrettyEmbedVimeo the or the Jonnitto.PrettyEmbedAudio package?

The PrettyEmbed series also has the benefit of a better frontend performance since the player gets only loaded on request.
So, no media get loaded until the user wants to consume it.