-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathocw-studio.yaml
106 lines (106 loc) · 2.81 KB
/
ocw-studio.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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
---
collections:
- category: Content
label: Field
name: field
files:
- file: content/field
label: Field
name: field_home
fields:
- label: Title
name: title
widget: string
required: true
- label: Description
name: description
widget: markdown
- collection: resource
display_field: title
filter:
field: resourcetype
filter_type: equals
value: Image
label: "Cover Image"
multiple: false
name: cover-image
widget: relation
- collection: subfield
display_field: title
label: "Featured Courses"
multiple: false
name: featured-courses
sortable: false
widget: relation
- collection: subfield
display_field: title
label: Subfields
multiple: true
name: subfields
sortable: true
widget: relation
- category: Content
folder: content/subfields
label: Subfields
name: subfield
fields:
- label: Title
name: title
required: true
widget: string
- label: Description
name: description
widget: markdown
- label: Courses
name: courses
widget: website-collection
- category: Content
folder: content/resources
label: Images
name: resource
fields:
- label: Title
name: title
required: true
widget: string
- label: Description
name: description
widget: markdown
- label: Resource Type
name: resourcetype
widget: hidden
default: Image
- label: Mime Type
name: file_type
widget: hidden
- label: File
name: file
widget: file
- label: License
name: license
options:
- label: CC-BY-NC-SA
value: https://creativecommons.org/licenses/by-nc-sa/4.0/
- label: CC-BY
value: https://creativecommons.org/licenses/by/4.0/
- label: CC-BY-NC
value: https://creativecommons.org/licenses/by-nc/4.0/
- label: public domain
value: https://creativecommons.org/publicdomain/zero/1.0/
widget: select
default: https://creativecommons.org/licenses/by-nc-sa/4.0/
required: true
- label: Image Metadata
name: image_metadata
widget: object
fields:
- label: ALT text
name: image-alt
widget: string
- label: Caption
name: caption
widget: markdown
- label: Credit
name: credit
widget: markdown
root-url-path: fields