GitHunt

Kirby Snippet Tag

This Kirby plugin allows you to use snippets in Kirbytext.

Installation

  1. Download Plugin
  2. Unzip
  3. Rename folder from kirby-snippet-tag-master to snippet-tag
  4. Move snippet-tag folder into site/plugins.

Basic Example

(snippet: portfolio)

Embeds portfolio snippet.

Advanced Example

(snippet: portfolio data: ['limit' => 3])

Embeds portfolio snippet with data ['limit' => 3]

Data is now available in the portfolio snippet by using $limit.

Languages

PHP100.0%

Contributors

Created July 27, 2017
Updated June 23, 2018
derdeedas/kirby-snippet-tag | GitHunt