ttree/script

Last activity 04 May 2022 4 6 16495
composer require ttree/script

Fusion objects to generate a script tag

3.0.4

Version
3.0.4
Type
typo3-flow-package
Release Date
Sep 20, 2017 11:17
Source
git
Distribution
zip
Requires
  • neos/neos: ^3.0
  • ttree/fusion-hashfile: ^1.0
  • ttree/eel-filereader: ^1.0
MIT
  • #javascript
  • #asset
  • #script
  • #neoscms
  • #fusion
  • #flow-framework
d542a3229becbbfea03c2281223f64e73bc4a3e7

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:Resource

Generate 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:External

Generate a HTML script element in HTML5:

javascripts.main = Ttree.Script:External { uri = 'http://www.domain.com/main…
Read more
The content of the readme is provided by an external source, which we have no control over. Check out the actual readme at its source.
The same vendor provides 48 package(s).