22 lines
396 B
YAML
22 lines
396 B
YAML
name: JSON Export
|
|
version: 1.0.0
|
|
description: Exports Grav content to JSON format for the React media guide app
|
|
icon: file-code
|
|
author:
|
|
name: Media Guide Team
|
|
license: MIT
|
|
|
|
form:
|
|
validation: strict
|
|
fields:
|
|
enabled:
|
|
type: toggle
|
|
label: Plugin status
|
|
highlight: 1
|
|
default: 1
|
|
options:
|
|
1: Enabled
|
|
0: Disabled
|
|
validate:
|
|
type: bool
|