-
Notifications
You must be signed in to change notification settings - Fork 2
/
springboard.yaml
52 lines (49 loc) · 1.23 KB
/
springboard.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
# List of content repositories to be working with
repositories:
gem-tz: 'https://github.com/universalcore/unicore-cms-content-gem-tanzania'
mama-tz: 'https://github.com/universalcore/unicore-cms-content-mama-tz-qa'
# List of models to be loaded and their mappings, if any.
# NOTE: only necessary if manually setting up Elasticsearch index
models:
unicore.content.models.Category:
properties:
source:
index: not_analyzed
type: string
slug:
index: not_analyzed
type: string
id:
index: not_analyzed
type: string
language:
index: not_analyzed
type: string
uuid:
index: not_analyzed
type: string
unicore.content.models.Page:
properties:
uuid:
index: not_analyzed
type: string
language:
index: not_analyzed
type: string
slug:
index: not_analyzed
type: string
source:
index: not_analyzed
type: string
id:
index: not_analyzed
type: string
primary_category:
index: not_analyzed
type: string
unicore.content.models.Localisation:
properties:
locale:
index: not_analyzed
type: string