mirror of
https://github.com/pierre42100/comunic
synced 2024-11-17 02:51:13 +00:00
28 lines
723 B
YAML
28 lines
723 B
YAML
|
name: Antimatter
|
||
|
version: 2.0.0
|
||
|
description: "Antimatter is the default theme included with **Grav**"
|
||
|
icon: empire
|
||
|
author:
|
||
|
name: Team Grav
|
||
|
email: devs@getgrav.org
|
||
|
url: http://getgrav.org
|
||
|
homepage: https://github.com/getgrav/grav-theme-antimatter
|
||
|
demo: http://demo.getgrav.org/blog-skeleton
|
||
|
keywords: antimatter, theme, core, modern, fast, responsive, html5, css3
|
||
|
bugs: https://github.com/getgrav/grav-theme-antimatter/issues
|
||
|
license: MIT
|
||
|
|
||
|
form:
|
||
|
validation: loose
|
||
|
fields:
|
||
|
dropdown.enabled:
|
||
|
type: toggle
|
||
|
label: Dropdown in navbar
|
||
|
highlight: 1
|
||
|
default: 1
|
||
|
options:
|
||
|
1: PLUGIN_ADMIN.ENABLED
|
||
|
0: PLUGIN_ADMIN.DISABLED
|
||
|
validate:
|
||
|
type: bool
|