-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathblueprints.yaml
More file actions
31 lines (29 loc) · 798 Bytes
/
Copy pathblueprints.yaml
File metadata and controls
31 lines (29 loc) · 798 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
name: Shortcode Ticker
slug: shortcode-ticker
type: plugin
version: 2.0.2
description: "This plugin provides a shortcode for an animated horizontal news ticker"
icon: newspaper
author:
name: Volker Götz
email: volker.goetz@goetz-it-solutions.de
homepage: https://github.com/VolkerGoetz/grav-plugin-shortcode-ticker
keywords: shortcode, ticker
bugs: https://github.com/VolkerGoetz/grav-plugin-shortcode-ticker/issues
license: MIT
dependencies:
- { name: grav, version: '>=1.7.0' }
- { name: shortcode-core, version: '>=5.3.0' }
form:
validation: strict
fields:
enabled:
type: toggle
label: PLUGIN_ADMIN.PLUGIN_STATUS
highlight: 1
default: 1
options:
1: PLUGIN_ADMIN.ENABLED
0: PLUGIN_ADMIN.DISABLED
validate:
type: bool