|
35 | 35 | "id": "menu2",
|
36 | 36 | "label": "title.multi",
|
37 | 37 | "entries": [
|
| 38 | + { |
| 39 | + "customMenuId": "uid_test_0", |
| 40 | + "customScreenId": "testId", |
| 41 | + "label": "entry.custom" |
| 42 | + }, |
38 | 43 | {
|
39 | 44 | "customMenuId": "uid_test_1",
|
40 | 45 | "url": "https://opfab.github.io/",
|
|
144 | 149 | "entry1": "First menu entry",
|
145 | 150 | "entry2": "Second menu entry",
|
146 | 151 | "entry3": "External application",
|
147 |
| - "admin": "Admin menu entry" |
| 152 | + "admin": "Admin menu entry", |
| 153 | + "custom": "Custom screen" |
148 | 154 | }
|
149 | 155 | }
|
150 | 156 | },
|
|
161 | 167 | "entry1": "Premier élément",
|
162 | 168 | "entry2": "Deuxième élément",
|
163 | 169 | "entry3": "Application externe",
|
164 |
| - "admin": "Menu admin élément" |
| 170 | + "admin": "Menu admin élément", |
| 171 | + "custom": "Écran personnalisé" |
| 172 | + |
165 | 173 | }
|
166 | 174 | }
|
167 | 175 | },
|
|
178 | 186 | "entry1": "Eerste menu-item",
|
179 | 187 | "entry2": "Tweede menu-item",
|
180 | 188 | "entry3": "TExterne applicatie",
|
181 |
| - "admin": "Admin menu-item" |
| 189 | + "admin": "Admin menu-item", |
| 190 | + "custom": "Aangepast scherm" |
182 | 191 | }
|
183 | 192 | }
|
184 | 193 | }
|
|
0 commit comments