@opengis/cms 0.0.43 → 0.0.45
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/dist/{en-CzEziHMG.js → en-sWmaB9uu.js} +4 -1
- package/dist/index.js +6298 -16055
- package/dist/index.umd.cjs +80 -78
- package/dist/{uk-TyVZmyOZ.js → uk-rH4IPxG5.js} +5 -2
- package/module/cms/table/collection.default.table.json +15 -15
- package/module/cms/table/single.default.table.json +19 -17
- package/package.json +65 -65
- package/server/routes/cms/controllers/downloadMedia.js +53 -18
- package/server/routes/cms/controllers/getPermissions.js +15 -15
- package/server/routes/cms/controllers/listMedia.js +39 -25
- package/server/routes/cms/controllers/setPermissions.js +49 -49
- package/server/templates/select/core.user_mentioned.sql +1 -1
- package/dist/index-W-qQIppj-DRzFSjU1.js +0 -2452
|
@@ -41,7 +41,8 @@ const e = {
|
|
|
41
41
|
general: "General",
|
|
42
42
|
apiKeys: "API Keys",
|
|
43
43
|
appearance: "Appearance",
|
|
44
|
-
logs: "Logs"
|
|
44
|
+
logs: "Logs",
|
|
45
|
+
cms: "CMS"
|
|
45
46
|
},
|
|
46
47
|
dashboard: {
|
|
47
48
|
title: "Dashboard",
|
|
@@ -299,6 +300,7 @@ const e = {
|
|
|
299
300
|
status: "Status",
|
|
300
301
|
lastModified: "Last Modified",
|
|
301
302
|
editCollection: "Edit collection",
|
|
303
|
+
editPage: "Edit page",
|
|
302
304
|
editContentForYourSite: "Edit content for your site",
|
|
303
305
|
deleteObject: "Are you sure you want to delete this object?",
|
|
304
306
|
editField: "Edit field",
|
|
@@ -463,6 +465,7 @@ const e = {
|
|
|
463
465
|
languages: "Languages",
|
|
464
466
|
contacts: "Contacts",
|
|
465
467
|
showSocialsNumber: "Number of socials to display",
|
|
468
|
+
headerBtn: "Title of header button",
|
|
466
469
|
mapCoords: "Map coordinates",
|
|
467
470
|
socials: "Socials",
|
|
468
471
|
saveChanges: "Save Changes",
|