Skip to content

Commit

Permalink
Update: Prepend scrips
Browse files Browse the repository at this point in the history
  • Loading branch information
jonnitto authored Feb 19, 2024
1 parent 90cdbbe commit 306a3e8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Resources/Private/Fusion/Helper/Assets.fusion
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,9 @@ prototype(Jonnitto.PrettyEmbed:Assets) < prototype(Neos.Fusion:Component) {
pluginBasedOnPlayer = ${props.player == 'Video' || props.player == 'Audio' ? 'Media.js' : (props.player + '.js')}
alpineJsCheck= ${props.includeAlpineJsCheck ? 'AlpineCheck.js' : null}
}
slipstreamPrepend {
js = true
mjs = true
}
}
}

0 comments on commit 306a3e8

Please sign in to comment.