deichrakete / kirby-ausgezeichnet
Show your AUSGEZEICHNET.org Seal
Installs: 3
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:kirby-plugin
Requires
README
Installation
Via composer:
composer require deichrakete/kirby-ausgezeichnet
or just place it into the site/plugins
folder.
Configuration
You can define the following options:
# site/config.php return [ 'deichrakete.ausgezeichnet' => [ 'orgID' => '', # your AUSGEZEICHNET.org ID 'lang' => 'de_DE', # language of the Seal 'use-snippet' => false, # see description below 'type' => 'rounded', 'position' => 'right', 'margin-bottom' => 0, 'margin-horizontal' => 0, 'background-color' => '#ffffff', 'panel-background-color' => '#4e4d4d', 'panel-text-color' => '#ffffff' ] ]
The Seal loads per default in a render hook. If you want to load the Seal with a snippet, just change use-snippet
to true
and place snippet('ausgezeichnet-seal')
in your template.