33 lines
833 B
YAML
33 lines
833 B
YAML
name: Ateliers 55
|
|
slug: ateliers-55
|
|
type: theme
|
|
version: 0.1.0
|
|
description: Thème du blog des Ateliers 55
|
|
icon: rebel
|
|
author:
|
|
name: Valentin Le Moign
|
|
email: valentin_le_moign@figureslibres.io
|
|
homepage: https://github.com/valentin-le-moign/grav-theme-ateliers-55
|
|
demo: http://demo.yoursite.com
|
|
keywords: grav, theme, etc
|
|
bugs: https://github.com/valentin-le-moign/grav-theme-ateliers-55/issues
|
|
readme: https://github.com/valentin-le-moign/grav-theme-ateliers-55/blob/develop/README.md
|
|
license: MIT
|
|
|
|
dependencies:
|
|
- { name: grav, version: '>=1.6.0' }
|
|
|
|
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
|