ttree/script
最新稳定版本:3.0.11
Composer 安装命令:
composer require ttree/script
包简介
Fusion objects to generate a script tag
README 文档
README
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.js'
}
Acknowledgments
Development sponsored by ttree ltd - neos solution provider.
We try our best to craft this package with a lots of love, we are open to sponsoring, support request, ... just contact us.
License
The MIT License (MIT). Please see LICENSE for more information.
统计信息
- 总下载量: 17.03k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 4
- 点击次数: 0
- 依赖项目数: 5
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2016-03-31