@@ -2,28 +2,45 @@ export const content = {
2
2
casestudies : {
3
3
label : "Case studies" ,
4
4
label_singular : "Case study" ,
5
+ description : "All case studies"
5
6
} ,
6
7
categories : {
7
8
label : "Categories" ,
8
9
label_singular : "Category" ,
9
10
description : "All categories of news"
10
11
} ,
12
+ expertises : {
13
+ label : "Expertises" ,
14
+ label_singular : "Expertise" ,
15
+ description : "All expertises"
16
+ } ,
11
17
indexes : {
12
18
label : "Indexes" ,
13
19
label_singular : "Index" ,
14
20
description : "Page of each index"
15
21
} ,
22
+ offices : {
23
+ label : "Offices" ,
24
+ label_singular : "Office" ,
25
+ description : "All offices"
26
+ } ,
16
27
pages : {
17
28
label : "Pages" ,
18
29
label_singular : "Page" ,
30
+ description : "All pages" ,
19
31
meta : {
20
32
parent : "Parent page"
21
33
}
22
34
} ,
23
35
persons : {
24
36
label : "Persons" ,
25
37
label_singular : "Person" ,
26
- description : "All persons" ,
38
+ description : "All persons"
39
+ } ,
40
+ persons_statutes : {
41
+ label : "Statuts" ,
42
+ label_singular : "Statut" ,
43
+ description : "All status of persons"
27
44
} ,
28
45
posts : {
29
46
label : "News" ,
@@ -32,6 +49,7 @@ export const content = {
32
49
projects : {
33
50
label : "Projects" ,
34
51
label_singular : "Project" ,
52
+ description : "All projects"
35
53
} ,
36
54
projects_tags : {
37
55
label : "Tags of project" ,
@@ -46,10 +64,16 @@ export const content = {
46
64
publications : {
47
65
label : "Publications" ,
48
66
label_singular : "Publication" ,
67
+ description : "All publications"
68
+ } ,
69
+ publications_tags : {
70
+ label : "Tags" ,
71
+ label_singular : "Tag" ,
72
+ description : "All tags of publications"
49
73
} ,
50
74
tags : {
51
75
label : "Tags" ,
52
76
label_singular : "Tag" ,
53
77
description : "All tags of news"
54
78
} ,
55
- }
79
+ }
0 commit comments