jonnitto / plyr
Plyr.io for Neos.io
Fund package maintenance!
jonnitto
www.paypal.me/Jonnitto/20eur
Installs: 31 923
Dependents: 2
Suggesters: 0
Security: 0
Stars: 10
Watchers: 5
Forks: 9
Open Issues: 2
Language:JavaScript
Type:neos-plugin
Requires
- carbon/condition: ^1.1 || ^2.0 || dev-master
- carbon/eel: ^1.2 || ^2.0 || dev-master
- carbon/includeassets: ^4.0 || ^5.0 || ^6.0 || dev-master
- carbon/notification: ^1.2 || ^2.0 || dev-master
- neos/neos: ^5.3 || ^7.0 || ^8.0 || dev-master
- dev-master
- 3.1.5
- 3.1.4
- 3.1.3
- 3.1.2
- 3.1.1
- 3.1.0
- 3.0.0
- 2.7.0
- 2.6.0
- 2.5.9
- 2.5.8
- 2.5.7
- 2.5.6
- 2.5.5
- 2.5.4
- 2.5.3
- 2.5.2
- 2.5.1
- 2.5.0
- 2.4.4
- 2.4.3
- 2.4.2
- 2.4.1
- 2.4.0
- 2.3.2
- 2.3.1
- 2.3.0
- 2.2.22
- 2.2.21
- 2.2.20
- 2.2.19
- 2.2.18
- 2.2.17
- 2.2.16
- 2.2.15
- 2.2.14
- 2.2.13
- 2.2.12
- 2.2.11
- 2.2.10
- 2.2.9
- 2.2.8
- 2.2.7
- 2.2.6
- 2.2.5
- 2.2.4
- 2.2.3
- 2.2.2
- 2.2.1
- 2.2.0
- 2.1.1
- 2.1.0
- 2.0.0
- 1.3.5
- 1.3.4
- 1.3.3
- 1.3.2
- 1.3.1
- 1.3.0
- 1.2.5
- 1.2.4
- 1.2.3
- 1.2.2
- 1.2.1
- 1.2.0
- 1.1.7
- 1.1.6
- 1.1.5
- 1.1.4
- 1.1.3
- 1.1.2
- 1.1.1
- 1.1.0
- 1.0.1
- 1.0.0
- 0.2.x-dev
- 0.2.16
- 0.2.15
- 0.2.14
- 0.2.13
- 0.2.12
- 0.2.11
- 0.2.10
- 0.2.9
- 0.2.8
- 0.2.7
- 0.2.6
- 0.2.5
- 0.2.4
- 0.2.3
- 0.2.2
- 0.2.1
- 0.2.0
- 0.1.0
- 0.0.2
- 0.0.1
- dev-dependabot/npm_and_yarn/replace-in-file-7.0.1
- dev-dependabot/add-v2-config-file
This package is auto-updated.
Last update: 2024-10-17 04:05:12 UTC
README
Jonnitto.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.