28 lines
515 B
YAML
28 lines
515 B
YAML
|
name: Four Creative
|
||
|
slug: four-creative
|
||
|
type: theme
|
||
|
version: 0.1.0
|
||
|
description: 4Creative theme for Grav
|
||
|
icon: group
|
||
|
author:
|
||
|
name: 4Creative
|
||
|
email: info@4creative.net
|
||
|
license: MIT
|
||
|
|
||
|
dependencies:
|
||
|
- { name: grav, version: '>=1.7.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
|