forked from haviladev/grav-plugin-logerrors
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathblueprints.yaml
More file actions
41 lines (37 loc) · 810 Bytes
/
Copy pathblueprints.yaml
File metadata and controls
41 lines (37 loc) · 810 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
32
33
34
35
36
37
38
39
40
41
name: Log Errors
version: 1.0.1
description: Records 404 errors in data folder
icon: edit
author:
name: Hugo Avila
email: hugoavila@sitoi.com
url: http://sitioi.com
keywords: plugin, log, errors, 404, not found, data
homepage: https://github.com/hugoaf/grav-plugin-logerrors
bugs: https://github.com/hugoaf/grav-plugin-logerrors/issues
license: MIT
form:
validation: strict
fields:
enabled:
type: toggle
label: Plugin status
highlight: 1
default: 0
options:
1: Enabled
0: Disabled
validate:
type: bool
filename:
type: text
label: File name
default: 'notfound.txt'
validate:
type: text
folder:
type: text
label: Folder
default: 'logerrors'
validate:
type: text