@steedos/service-pages 2.5.17-beta.8 → 2.5.17

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.
@@ -12,7 +12,7 @@ admin_menus:
12
12
  permission_sets:
13
13
  - admin
14
14
  - _id: pages
15
- name: Mini Pages
15
+ name: Micro Pages
16
16
  object_name: pages
17
17
  parent: user_interface
18
18
  sort: 300
@@ -1,5 +1,5 @@
1
1
  name: pages
2
- label: Mini Page
2
+ label: Micro Pages
3
3
  description:
4
4
  fields:
5
5
  dashboard_filters_enabled:
@@ -4,7 +4,7 @@ CustomApplications:
4
4
  description: null
5
5
  CustomLabels:
6
6
  menu_user_interface: User Interface
7
- menu_pages: Mini Page
7
+ menu_pages: Micro Pages
8
8
  page_assignments_error_not_allowed_to_application_pages: Prohibit assigning permissions to application pages
9
9
  page_assignments_error_organization_default_already_exists: Authorization for 'Organization Default Settings' already exists
10
10
  page_assignments_error_application_default_already_exists: Authorization for 'Application Default Settings' already exists
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@steedos/service-pages",
3
- "version": "2.5.17-beta.8",
3
+ "version": "2.5.17",
4
4
  "main": "package.service.js",
5
5
  "scripts": {},
6
6
  "license": "MIT",
@@ -8,7 +8,7 @@
8
8
  "publishConfig": {
9
9
  "access": "public"
10
10
  },
11
- "gitHead": "a4bfc7089af2c007f24f6a2c50e39248968be149",
11
+ "gitHead": "c1e5161c0f7357c2daf621a09818f675fa76861e",
12
12
  "dependencies": {
13
13
  "ejs": "^3.1.8"
14
14
  }