@steedos/service-pages 3.0.0-beta.104 → 3.0.0-beta.105

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.
@@ -1,5 +1,5 @@
1
1
  name: pages
2
- label: Micro Pages
2
+ label: Custom 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: Micro Pages
7
+ menu_pages: Custom 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": "3.0.0-beta.104",
3
+ "version": "3.0.0-beta.105",
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": "0b5e09432a643b1f1788d024ff67d53f14a7be72",
11
+ "gitHead": "4c1305cf315baf00491df315c5c8d8ef508262d0",
12
12
  "dependencies": {
13
13
  "clone": "^2.1.2",
14
14
  "ejs": "^3.1.8"