ttree/fusionstring

Last activity 08 May 2017 1549
composer require ttree/fusionstring

Simple Neos Fusion prototypes to handle strings

dev-master

Version
dev-master
Type
neos-package
Release Date
May 08, 2017 05:15
Source
git
Distribution
zip
Requires
MIT 3c55887eed09747da787b0b00ba46998dc2751d6

Neos Fusion String

This package provide some Fusion prototypes and helpers to manage strings.

Ttree.FusionString:Template

Minimalistic string based templates.

Include the prototype in your own Fusion scripts:

include: resource://Ttree.FusionString/Private/Fusion/Template.fusion

prototype(You.Package:String) < prototype(Ttree.FusionString:Template) {
    source = 'Hello {name}'
    values = {
        name = 'World'
    }
}

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

Licensed under MIT, see LICENSE

The content of the readme is provided by Github
The same vendor provides 48 package(s).