ttree/script
composer require ttree/script
Fusion objects to generate a script tag
3.0.4
Readme excerpt
Script Fusion Prototypes
This package contains Fusion prototypes to work with Script HTML tags in your Flow Framework and Neos CMS project.
Available Objects Ttree.Script:ResourceGenerate a HTML script element in HTML5:
stylesheets.main = Ttree.Script:Resource { uri = 'resource://Your.Package/Public/Scripts/Main.js' cacheBusting = true }You can disable HTTP cache busting by setting cacheBusting to false.
Set inline to true to inline the content of the resource.
Ttree.Script:ExternalGenerate a HTML script element in HTML5:
javascripts.main = Ttree.Script:External { uri = 'http://www.domain.com/main…Read more
The same vendor provides 48 package(s).