psmb/term

Last activity 24 Mar 2017 1 1154
composer require psmb/term

Replace occurrences of terms with links to them

dev-master

Version
dev-master
Type
neos-package
Release Date
Mar 24, 2017 21:00
Source
git
Distribution
zip
Requires
  • neos/flow: ^4.0
MIT df5e514a39dc2a946255e87f91029a7df55cf753

Readme excerpt

This package will help you to automatically link all occurrences of your terms within given text. Great for SEO and stuff.

Usage 1. Install the package composer require psmb/term 2. Add Psmb.Term:TermMixin to the nodetypes that you want to use as terms 'Your.NodeTypes:Tag': superTypes: 'Psmb.Term:TermMixin': true 3. Process any text you want with Psmb.Term:ReplaceTerms TS object

E.g. if you want terms to be replaced in all Text nodes:

prototype(Neos.Neos.NodeTypes:Text) { text.@process.replaceTags = Psmb.Term:ReplaceTerms }

Processor has option absolute which would force creation of absolute uris.

4. Create term nodes

You may also fill-in their …
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 13 package(s).