Skip to content

Commit

Permalink
Update: Prepare for next version
Browse files Browse the repository at this point in the history
  • Loading branch information
jonnitto committed Mar 22, 2022
1 parent c0641c2 commit 6dea4be
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 12 deletions.
1 change: 0 additions & 1 deletion Configuration/NodeTypes.Content.Video.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
superTypes:
'Neos.Neos:Content': true
'Jonnitto.PrettyEmbedHelper:Mixin.Groups': true
'Jonnitto.PrettyEmbedHelper:Mixin.IncludeAssets': true
'Jonnitto.PrettyEmbedVideo:Mixin.Sources': true
'Jonnitto.PrettyEmbedVideo:Collection.Track': true
'Jonnitto.PrettyEmbedHelper:Mixin.Image': true
Expand Down
18 changes: 8 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,12 @@ Prettier embeds for your native videos in [Neos CMS] - with excellent options li
![Screenshot]
![Screenshot with captions]

| Version | Neos | Maintained |
| ------- | --------------------- | :--------: |
| 1.\* | ^4.2.\* + 5.\* | |
| 2.\* | ^4.2.\* + 5.\* | |
| 3.\* | ^4.2.\* + 5.\* + 7.\* ||
| Version | Neos | Maintained |
| ------- | -------------- | :--------: |
| 1.\* | ^4.2.\* + 5.\* | |
| 2.\* | ^4.2.\* + 5.\* | |
| 3.\* | ^4.2.\* + > 5 ||
| 4.\* | > 5.\3 ||

## Installation

Expand All @@ -28,8 +29,7 @@ The `--no-update` command prevent the automatic update of the dependencies. Afte
This package is member of the [PrettyEmbedCollection] which contains following packages:

- [PrettyEmbedVideo]
- [PrettyEmbedVimeo]
- [PrettyEmbedYoutube]
- [PrettyEmbedVideoPlatforms]

If you install the PrettyEmbedCollection, the video players get grouped into an own group in the node-inspector; otherwise, they will be in the default group.

Expand Down Expand Up @@ -70,7 +70,6 @@ These are the available mixins used for the video:
| Mixin name (Prefix: `Jonnitto.PrettyEmbed`) | Description | Default value | Enabled per default |
| ------------------------------------------- | ---------------------------------------------------------------- | :-----------: | :-----------------: |
| `Helper:Mixin.Groups` | Enables the inspector groups | | ✓ |
| `Helper:Mixin.IncludeAssets` | Include the frontend resources | | ✓ |
| `Video:Mixin.Sources` | Includes the properties for external and internal sources | | ✓ |
| `Video:Collection.Track` | Include the possibility to set tracks to the video | | ✓ |
| `Helper:Mixin.Image` | Add the preview image property | | ✓ |
Expand Down Expand Up @@ -113,8 +112,7 @@ If you want to read the node properties and let the package handle all for you,
[neos cms]: https://www.neos.io
[prettyembedcollection]: https://github.com/jonnitto/Jonnitto.PrettyembedCollection
[prettyembedvideo]: https://github.com/jonnitto/Jonnitto.PrettyEmbedVideo
[prettyembedvimeo]: https://github.com/jonnitto/Jonnitto.PrettyEmbedVimeo
[prettyembedyoutube]: https://github.com/jonnitto/Jonnitto.PrettyEmbedYoutube
[prettyembedvideoplatforms]: https://github.com/jonnitto/Jonnitto.PrettyEmbedVideoPlatforms
[jonnitto.plyr]: https://github.com/jonnitto/Jonnitto.Plyr
[settings.jonnitto.yaml]: Configuration/Settings.Jonnitto.yaml
[`jonnitto.prettyembedvideo:component.video`]: Resources/Private/Fusion/Component/Video.fusion
Expand Down
1 change: 1 addition & 0 deletions Resources/Private/Fusion/Component/Video.fusion
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ prototype(Jonnitto.PrettyEmbedVideo:Component.Video) < prototype(Neos.Fusion:Com
setAutoplay = ${this.lightbox ? null : this.autoplay}

renderer = afx`
<Jonnitto.PrettyEmbedHelper:Assets />
<div class={BEM.modifier('jonnitto-prettyembed', {video: true, type: props.type, autoplay: props.setAutoplay})}>
<video
id={props.id}
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
}
],
"require": {
"jonnitto/prettyembedhelper": "^3.0 || dev-master"
"jonnitto/prettyembedhelper": "^4.0 || dev-master"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 6dea4be

Please sign in to comment.