Skip to content

01. Installation

Jon Uhlmann edited this page Dec 12, 2023 · 1 revision

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.