name: Reitanlage Oranienburg
version: 1.2.5
description: Design der Reitanlage Oranienburg
icon: rebel
author:
  name: Tobias Reisinger
  email: tobias@msrg.cc
homepage: https://git.serguzim.me/serguzim/reitanlage-oranienburg
demo: https://www.reitanlage-oranienburg.de
keywords: grav, theme, etc
bugs: https://git.serguzim.me/serguzim/reitanlage-oranienburg/issues
readme: https://git.serguzim.me/serguzim/reitanlage-oranienburg/src/branch/main/README.md
license: Apache-2.0

form:
  validation: loose
  fields:
    umami.enabled:
        type: toggle
        label: Enable umami analytics
        highlight: 1
        default: 0
        options:
          1: Enabled
          0: Disabled
        validate:
          type: bool
    umami.id:
        type: text
        label: ID for umami analytics
    umami.url:
        type: text
        label: URL to load umami script from
    custom_logo:
      type: file
      label: Logo
      size: large
      destination: 'theme://images/logo'
      multiple: false
      markdown: true
      description: Will be used instead of default logo `theme://images/logo.svg`
      accept:
        - image/*