@plusscommunities/pluss-maintenance-web 1.1.21 → 1.1.22

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@plusscommunities/pluss-maintenance-web",
3
- "version": "1.1.21",
3
+ "version": "1.1.22",
4
4
  "description": "Extension package to enable maintenance on Pluss Communities Platform",
5
5
  "main": "dist/index.cjs.js",
6
6
  "scripts": {
@@ -148,7 +148,7 @@ class RequestsHub extends Component {
148
148
  const helpGuide = values.hasHelpButton
149
149
  ? {
150
150
  text: `Help with ${values.textTitleRequests}`,
151
- url: Urls.HelpGuide.Maintenance,
151
+ url: values.helpGuideURL || Urls.HelpGuide.Maintenance,
152
152
  }
153
153
  : null;
154
154
 
@@ -61,7 +61,8 @@ const values = {
61
61
  hiddenKeyMoreSectionMaintenance: 'maintenanceRequestForms',
62
62
  forceCustomFields: true,
63
63
  textEntityName: 'Form Submission',
64
- hasHelpButton: false,
64
+ hasHelpButton: true,
65
+ helpGuideURL: 'https://www.plusscommunities.com/forms-feature',
65
66
  };
66
67
 
67
68
  export { values };