Plugin: Siteoption Tag

Kirby CMS Tag to get values of ‘site’-blueprint text/textarea-fields.

Usage

Let’s assume you have site/blueprint/site.yml with a field named contactadress.

  contactadress:
    label: Contact Adress
    type:  textarea

When editing your pages in the Panel you want to get that value inside a textfield. This plugin makes that easy.

(option: contactadress)

Or you can get the value of the field parsed with kirbytext().

(option: contactadress output: kirbytext)
2 Likes