25 lines
539 B
YAML
25 lines
539 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
|
|
homepage: https://github.com/your-org/mediaguide
|
|
keywords: json, export, api, multilingual
|
|
bugs: https://github.com/your-org/mediaguide/issues
|
|
license: MIT
|
|
|
|
form:
|
|
validation: strict
|
|
fields:
|
|
enabled:
|
|
type: toggle
|
|
label: Plugin status
|
|
highlight: 1
|
|
default: 1
|
|
options:
|
|
1: Enabled
|
|
0: Disabled
|
|
validate:
|
|
type: bool
|