38 lines
962 B
YAML
38 lines
962 B
YAML
name: Reitanlage Oranienburg
|
|
version: 0.1.0
|
|
description: Design der Reitanlage Oranienburg
|
|
icon: rebel
|
|
author:
|
|
name: Tobias Reisinger
|
|
email: tobias@msrg.cc
|
|
homepage: https://git.serguzim.me/reitanlage-oranienburg/theme
|
|
demo: https://serguzim.info
|
|
keywords: grav, theme, etc
|
|
bugs: https://git.serguzim.me/reitanlage-oranienburg/theme
|
|
readme: https://git.serguzim.me/reitanlage-oranienburg/theme
|
|
license: CC0
|
|
|
|
form:
|
|
validation: loose
|
|
fields:
|
|
dropdown.enabled:
|
|
type: toggle
|
|
label: Dropdown in Menu
|
|
highlight: 1
|
|
default: 1
|
|
options:
|
|
1: PLUGIN_ADMIN.ENABLED
|
|
0: PLUGIN_ADMIN.DISABLED
|
|
validate:
|
|
type: bool
|
|
|
|
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/grav-logo.svg`
|
|
accept:
|
|
- image/*
|