-
-
Notifications
You must be signed in to change notification settings - Fork 6
01. 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 essential to add the corresponding package to the composer from your package. Navigate to this package in your CLI and run the following command:
For the Audio package
composer require jonnitto/prettyembedaudio --no-update
for the Video package
composer require jonnitto/prettyembedvideo --no-update
for the Video Streaming package
composer require jonnitto/prettyembedvideostreaming --no-update
for the YouTube and Vimeo package
composer require jonnitto/prettyembedvideoplatforms --no-update
The --no-update
command prevent the automatic update of the dependencies. After the package was added to your package
composer.json
, go back to the root of the Neos installation and run composer update
. Et voilà! Your desired package
is now installed correctly.
You can now safely add your custom Settings.PrettyEmbed.yaml
file and configure how the package should behave. Or you can override and/or expand the NodeTyes like adding text fields, activate/deactivate Mixins and so on.
I would be very happy if you want me to help me to improve this documentation. If you have troubles to get it running, drop me a line by starting a discussion and I'll try to help you out.