packagefactory/hyphenate

Last activity 29 Jun 2021 4 1 2243
composer require packagefactory/hyphenate

Hyphenation for Neos

dev-mficzel-patch-1

Version
dev-mficzel-patch-1
Type
neos-package
Release Date
Jun 28, 2021 15:49
Source
git
Distribution
zip
Requires
  • neos/flow: *
  • neos/fusion: *
  • vanderlee/syllable: 1.5
GPL-3.0 cf3d764917db93e336750fbbfd3ea216abd3bdf0

Readme excerpt

PackageFactory.Hyphenate

Fusion Wrapper for phpSyllable

Installation

PackageFactory.Hyphenate is available via packagist. Just add "packagefactory/hyphenate" : "~1.0.0" to the require-section of the composer.json or run composer require packagefactory/hyphenate.

Usage Text

Just use the PackageFactory.Hyphenate:HyphenateText Fusion object as a processor on the fusion value that should be hyphenated.

someFusionValue = 'Grund­stücks­ver­kehrs­ge­neh­mi­gungs­zu­stän­dig­keits­über­tra­gungs­ver­ord­nung' someFusionValue.@process.hyphenate = PackageFactory.Hyphenate:HyphenateText { locale = 'de' } HTML

Similar to text elements you can use PackageFactory.…
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 7 package(s).