-
Notifications
You must be signed in to change notification settings - Fork 8
/
module.yml
64 lines (64 loc) · 1.71 KB
/
module.yml
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
api: "1.0"
name: "scoring"
display: "Scoring"
type: node
script: index.js
require:
mongodb
config:
- fields:
- name: year
display: Challenge
type: values
default: 2020 RePLAY
values:
- 2020 RePLAY
- 2019 CITY SHAPER
- 2018 INTO ORBIT
- 2017 HYDRO DYNAMICS
- 2016 Animal Allies
- 2015 Trash Trek
- 2014 World Class
- name: language
display: Language
type: values
default: US English
values:
- US English
- ar_IL Arabic (Israel)
- ar_SA Arabic (Saudi Arabia)
- ca_ES Catalan (Spain)
- es_CL Spanish (Chile)
- es_ES Spanish (Spain)
- es_LA Spanish (Latin America)
- fi_FI Finnish (Finland)
- fr_CA French (Canada)
- he_IL Hebrew (Israel)
- ko_KR Korean (Korea)
- nl_NL Dutch (Netherlands)
- pt_BR Portuguese (Brazil)
- ro_RO Romanian (Romania)
- tr_TR Turkish (Turkey)
- ru_RU Russian (Russia)
- uk_UA Ukrainian (Ukraine)
- zh_HK Chinese (Hong Kong)
- name: autoPublish
display: Automatically set team score to Public
type: boolean
default: true
- name: requireRef
display: Require a referee name
type: boolean
default: true
- name: requireTable
display: Require a table
type: boolean
default: true
- name: requireSignature
display: Require a team signature
type: boolean
default: true
- name: displayZeroMissions
display: Show mission score if zero
type: boolean
default: false