-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathannotation-settings.yaml
80 lines (76 loc) · 1.74 KB
/
annotation-settings.yaml
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
apiVersion: v1alpha1
kind: AnnotationSetting
metadata:
name: howiehz-higan-user-annotation-setting
spec:
targetRef:
group: ""
kind: User
formSchema:
- $formkit: attachment
name: "higan.howiehz.top/author-header-image"
label: 作者页头图
---
apiVersion: v1alpha1
kind: AnnotationSetting
metadata:
name: howiehz-higan-post-annotation-setting
spec:
targetRef:
group: content.halo.run
kind: Post
formSchema:
- $formkit: "text"
name: "higan.howiehz.top/page-title"
label: "页面标题"
- $formkit: "text"
name: "higan.howiehz.top/page-language"
label: "页面语言"
---
apiVersion: v1alpha1
kind: AnnotationSetting
metadata:
name: howiehz-higan-single-page-annotation-setting
spec:
targetRef:
group: content.halo.run
kind: SinglePage
formSchema:
- $formkit: "text"
name: "higan.howiehz.top/page-title"
label: "页面标题"
- $formkit: "text"
name: "higan.howiehz.top/page-language"
label: "页面语言"
---
apiVersion: v1alpha1
kind: AnnotationSetting
metadata:
name: howiehz-higan-category-annotation-setting
spec:
targetRef:
group: content.halo.run
kind: Category
formSchema:
- $formkit: "text"
name: "higan.howiehz.top/page-title"
label: "页面标题"
- $formkit: "text"
name: "higan.howiehz.top/page-language"
label: "页面语言"
---
apiVersion: v1alpha1
kind: AnnotationSetting
metadata:
name: howiehz-higan-tag-annotation-setting
spec:
targetRef:
group: content.halo.run
kind: Tag
formSchema:
- $formkit: "text"
name: "higan.howiehz.top/page-title"
label: "页面标题"
- $formkit: "text"
name: "higan.howiehz.top/page-language"
label: "页面语言"