deichrakete/kirby-ausgezeichnet

Show your AUSGEZEICHNET.org Seal

1.0.0 2025-01-03 12:21 UTC

This package is auto-updated.

Last update: 2025-03-31 12:54:49 UTC


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.