@saltcorn/server 0.9.0-beta.8 → 0.9.0

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.
@@ -108,6 +108,8 @@ Navigate to a different URL:
108
108
 
109
109
  Example: `return { goto: "https://saltcorn.com" }`
110
110
 
111
+ Add `target: "_blank"` to open in a new tab.
112
+
111
113
  #### `reload_page`
112
114
 
113
115
  Request a page reload with the existing URL.
package/locales/en.json CHANGED
@@ -1266,5 +1266,7 @@
1266
1266
  "Initially open": "Initially open",
1267
1267
  "Not a valid pack": "Not a valid pack",
1268
1268
  "Pack file": "Pack file",
1269
- "Upload a pack file": "Upload a pack file"
1269
+ "Upload a pack file": "Upload a pack file",
1270
+ "No menu": "No menu",
1271
+ "Omit the menu from this page": "Omit the menu from this page"
1270
1272
  }