aboutsummaryrefslogtreecommitdiff
path: root/static/admin/config.yml
blob: 529588e3d4e24e03fcdd07ea70aeb807bccda7db (plain) (blame)
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
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
backend:
  name: gitea
  repo: deuxfleurs/guide.deuxfleurs.fr
  base_url: https://teabag.deuxfleurs.fr
  api_root: https://git.deuxfleurs.fr/api/v1
  branch: main

media_folder: 'static/img/'
site_url: https://guide.deuxfleurs.fr
display_url: https://guide.deuxfleurs.fr
locale: 'fr'

collections:
  - name: 'special'
    label: 'Accueil'
    editor:
      preview: false
    files:
      - name: accueil
        label: Accueil
        file: 'content/_index.md'
        fields:
        - label: Title
          name: title
          widget: string
        - label: Sort by
          name: sort_by
          widget: string
        - label: Body
          name: body
          widget: markdown


  - name: 'prise_en_main'
    label: 'Prise en main'
    description: "Les tutoriels pour se lancer"
    folder: 'content/prise_en_main'
    editor:
      preview: false
    create: true
    view_filters:
      - label: 'Brouillons'
        field: draft
        pattern: true
    view_groups:
      - label: 'Section'
        field: 'extra.parent'
        pattern: '.*'
    fields:
      - label: Titre menu
        name: title
        widget: string
      - label: Titre page (description)
        name: description
        widget: string
      - label: Poids
        name: weight
        default: 50
        widget: number
      - label: Brouillon (ne pas publier encore)
        name: draft
        widget: boolean
        default: false
      - label: Date
        name: date
        widget: datetime
        date_format: 'dd/MM/yyyy' # e.g. 24/12/2022
        time_format: false
        format: 'yyyy-MM-dd' # e.g. 2022-12-24
      - label: Extra
        name: extra
        widget: object
        fields:
          - name: parent
            label: Parent
            widget: relation
            collection: 'prise_en_main'
            value_field: 'prise_en_main/{{filename}}.{{extension}}'
            search_fields: [ 'title', 'filename', 'slug' ]
            default: 'prise_en_main/_index.md'
            display_fields: ['{{title}} ({{filename}})', 'filename']
      - label: Corps
        name: body
        widget: markdown

  - name: 'formations'
    label: 'Se former'
    description: 'Des ressources pour apprendre en profondeur'
    folder: 'content/formations'
    editor:
      preview: false
    create: true
    view_filters:
      - label: 'Brouillons'
        field: draft
        pattern: true
    view_groups:
      - label: 'Section'
        field: 'extra.parent'
        pattern: '.*'
    fields:
      - label: Titre
        name: title
        widget: string
      - label: Poids
        default: 50
        name: weight
        widget: number
      - label: Brouillon (ne pas publier encore)
        name: draft
        widget: boolean
        default: false
      - label: Date
        name: date
        widget: datetime
        date_format: 'dd/MM/yyyy' # e.g. 24/12/2022
        time_format: false
        format: 'yyyy-MM-dd' # e.g. 2022-12-24 
      - label: Extra
        name: extra
        widget: object
        fields:
          - name: parent
            label: Parent
            widget: relation
            collection: 'formations'
            value_field: 'formations/{{filename}}.{{extension}}'
            search_fields: [ 'title', 'filename', 'slug' ]
            default: 'formations/_index.md'
            display_fields: ['{{title}} ({{filename}})', 'filename']
      - label: Corps
        name: body
        widget: markdown

  - name: 'vie_associative'
    label: 'Vie associative'
    description: "Tout ce qui a rapport à l'organisation et l'administration de l'asso"
    folder: 'content/vie_associative'
    editor:
      preview: false
    create: true
    view_filters:
      - label: 'Brouillons'
        field: draft
        pattern: true
    view_groups:
      - label: 'Section'
        field: 'extra.parent'
        pattern: '.*'
    fields:
      - label: Titre
        name: title
        widget: string
      - label: Poids
        default: 50
        name: weight
        widget: number
      - label: Brouillon (ne pas publier encore)
        name: draft
        widget: boolean
        default: false
      - label: Date
        name: date
        widget: datetime
        date_format: 'dd/MM/yyyy' # e.g. 24/12/2022
        time_format: false
        format: 'yyyy-MM-dd' # e.g. 2022-12-24 
      - label: Extra
        name: extra
        widget: object
        fields:
          - name: parent
            label: Parent
            widget: relation
            collection: 'vie_associative'
            value_field: 'vie_associative/{{filename}}.{{extension}}'
            search_fields: [ 'title', 'filename', 'slug' ]
            default: 'vie_associative/_index.md'
            display_fields: ['{{title}} ({{filename}})', 'filename']
      - label: Corps
        name: body
        widget: markdown

  - name: 'infrastructures'
    label: 'Infrastructures'
    description: "Des informations d'intéret générale sur la technique"
    folder: 'content/infrastructures'
    editor:
      preview: false
    create: true
    view_filters:
      - label: 'Brouillons'
        field: draft
        pattern: true
    view_groups:
      - label: 'Section'
        field: 'extra.parent'
        pattern: '.*'
    fields:
      - label: Titre
        name: title
        widget: string
      - label: Poids
        default: 50
        name: weight
        widget: number
      - label: Brouillon (ne pas publier encore)
        name: draft
        widget: boolean
        default: false
      - label: Date
        name: date
        widget: datetime
        date_format: 'dd/MM/yyyy' # e.g. 24/12/2022
        time_format: false
        format: 'yyyy-MM-dd' # e.g. 2022-12-24 
      - label: Extra
        name: extra
        widget: object
        fields:
          - name: parent
            label: Parent
            widget: relation
            collection: 'infrastructures'
            value_field: 'infrastructures/{{filename}}.{{extension}}'
            search_fields: [ 'title', 'filename', 'slug' ]
            default: 'infrastructures/_index.md'
            display_fields: ['{{title}} ({{filename}})', 'filename']
      - label: Corps
        name: body
        widget: markdown

  - name: 'operations'
    label: 'Opérations'
    description: "Base de connaissance technique à destination des operateur-ices"
    folder: 'content/operations'
    editor:
      preview: false
    create: true
    view_filters:
      - label: 'Brouillons'
        field: draft
        pattern: true
    view_groups:
      - label: 'Section'
        field: 'extra.parent'
        pattern: '.*'
    fields:
      - label: Titre
        name: title
        widget: string
      - label: Poids
        default: 50
        name: weight
        widget: number
      - label: Brouillon (ne pas publier encore)
        name: draft
        widget: boolean
        default: false
      - label: Date
        name: date
        widget: datetime
        date_format: 'dd/MM/yyyy' # e.g. 24/12/2022
        time_format: false
        format: 'yyyy-MM-dd' # e.g. 2022-12-24 
      - label: Extra
        name: extra
        widget: object
        fields:
          - name: parent
            label: Parent
            widget: relation
            collection: 'operations'
            value_field: 'operations/{{filename}}.{{extension}}'
            search_fields: [ 'title', 'filename', 'slug' ]
            default: 'operations/_index.md'
            display_fields: ['{{title}} ({{filename}})', 'filename']
      - label: Corps
        name: body
        widget: markdown