@buerokratt-ria/menu 0.2.6 → 0.2.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md
CHANGED
|
@@ -1,7 +1,15 @@
|
|
|
1
|
-
# Changelog
|
|
1
|
+
# Changelog (MM-DD-YYYY)
|
|
2
2
|
|
|
3
3
|
All changes to this project will be documented in this file.
|
|
4
4
|
|
|
5
|
+
## [0.2.8] - 05-06-2025
|
|
6
|
+
|
|
7
|
+
- Added path /multi-domains menu element to Chatbot module administration
|
|
8
|
+
|
|
9
|
+
## [0.2.7] - 08-04-2025
|
|
10
|
+
|
|
11
|
+
- Added path /feedback menu element to Chatbot module administration
|
|
12
|
+
|
|
5
13
|
## [0.2.6] - 04-02-2025
|
|
6
14
|
|
|
7
15
|
- Rename Stories to Rules in Training module menu items
|
|
Binary file
|
package/package.json
CHANGED
|
@@ -324,6 +324,13 @@
|
|
|
324
324
|
"en": "Emergency notices"
|
|
325
325
|
},
|
|
326
326
|
"path": "/chatbot/emergency-notices"
|
|
327
|
+
},
|
|
328
|
+
{
|
|
329
|
+
"label": {
|
|
330
|
+
"et": "Tagasiside",
|
|
331
|
+
"en": "Feedback"
|
|
332
|
+
},
|
|
333
|
+
"path": "/chatbot/feedback"
|
|
327
334
|
}
|
|
328
335
|
]
|
|
329
336
|
},
|
|
@@ -354,6 +361,14 @@
|
|
|
354
361
|
"en": "SKM Configuration"
|
|
355
362
|
},
|
|
356
363
|
"path": "/skm-configuration"
|
|
364
|
+
},
|
|
365
|
+
{
|
|
366
|
+
"hidden": false,
|
|
367
|
+
"label": {
|
|
368
|
+
"et": "Multidomeenid",
|
|
369
|
+
"en": "Multi-Domains"
|
|
370
|
+
},
|
|
371
|
+
"path": "/multi-domains"
|
|
357
372
|
}
|
|
358
373
|
]
|
|
359
374
|
},
|