forked from beeware/beeware.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathresource.ini
More file actions
52 lines (43 loc) · 805 Bytes
/
resource.ini
File metadata and controls
52 lines (43 loc) · 805 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
42
43
44
45
46
47
48
49
50
51
52
[model]
name = Resource
label = {{ this.title }}
hidden = no
[fields.title]
label = Title
type = string
size = large
width = 1/2
translate = True
[fields.author]
label = Author
type = string
width = 1/2
[fields.resource_type]
label = Resource type
type = select
choices = video, article, podcast
choice_labels = Video, Article, Podcast
width = 1/2
[fields.pub_date]
label = Publication Date
type = date
width = 1/4
[fields.editors_pick]
label = Editor's Pick
type = boolean
width = 1/4
[fields.description]
label = Description
description = Markdown
type = markdown
translate = True
[fields.url]
label = URL
type = url
description = For youtube videos, use "https://www.youtube.com/embed/ID"
[fields.event_name]
label = Event Name
type = string
[fields.event_url]
label = Event URL
type = string