Files
PMG-backoffice/plugins/json-export/json-export.yaml
Fabio Bonetti e56123f314 Initial commit
2026-02-11 14:57:12 +01:00

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