TimOetting / convertKirbytags

parses all kirbytags inside a string

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Custom Field Method for Kirby: convertKirbytags()

Converts any kirbytag of a field. Unlike the kirbytext() or the kt() method, convertKirbytags() does not parse Mardown.

Example

$field->convertKirbytags()

Setup

git clone https://github.com/TimOetting/convertKirbytags.git site/plugins/convertKirbytags From the root of your kirby install.

Alternatively you can download the zip file, unzip it's contents into site/plugins/convertKirbytags.

About

parses all kirbytags inside a string


Languages

Language:PHP 100.0%