@luomus/laji-schema 2.0.98 → 2.0.99

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.
@@ -123,6 +123,10 @@ export class FormOptions {
123
123
  * The title label for theme form sidebar
124
124
  */
125
125
  navigationTitle?: string;
126
+ /**
127
+ * Utilizes open form login system, hides navbar.
128
+ */
129
+ openForm?: boolean;
126
130
  /**
127
131
  * Available actions for own submissions (only on the own submissions page). Defaults to ['edit', 'view', 'download', 'stats', 'delete']
128
132
  */
@@ -116,6 +116,10 @@ export declare class FormOptions {
116
116
  * The title label for theme form sidebar
117
117
  */
118
118
  navigationTitle?: string;
119
+ /**
120
+ * Utilizes open form login system, hides navbar.
121
+ */
122
+ openForm?: boolean;
119
123
  /**
120
124
  * Available actions for own submissions (only on the own submissions page). Defaults to ['edit', 'view', 'download', 'stats', 'delete']
121
125
  */
@@ -116,6 +116,10 @@ export interface FormOptions {
116
116
  * The title label for theme form sidebar
117
117
  */
118
118
  navigationTitle?: string;
119
+ /**
120
+ * Utilizes open form login system, hides navbar.
121
+ */
122
+ openForm?: boolean;
119
123
  /**
120
124
  * Available actions for own submissions (only on the own submissions page). Defaults to ['edit', 'view', 'download', 'stats', 'delete']
121
125
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@luomus/laji-schema",
3
- "version": "2.0.98",
3
+ "version": "2.0.99",
4
4
  "description": "Common autogenerated Typescript interfaces and classes for the schemas used by LUOMUS.",
5
5
  "license": "MIT",
6
6
  "scripts": {