@luomus/laji-schema 2.0.117 → 2.0.119
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.
|
@@ -154,6 +154,10 @@ export class FormOptions {
|
|
|
154
154
|
*/
|
|
155
155
|
prepopulatedDocument?: Document;
|
|
156
156
|
printType?: MHLPrintTypeEnum;
|
|
157
|
+
/**
|
|
158
|
+
* Display privacy policy link on form header.
|
|
159
|
+
*/
|
|
160
|
+
privacyPolicy?: boolean;
|
|
157
161
|
/**
|
|
158
162
|
* Users need to have permission to access the form
|
|
159
163
|
*/
|
|
@@ -147,6 +147,10 @@ export declare class FormOptions {
|
|
|
147
147
|
*/
|
|
148
148
|
prepopulatedDocument?: Document;
|
|
149
149
|
printType?: MHLPrintTypeEnum;
|
|
150
|
+
/**
|
|
151
|
+
* Display privacy policy link on form header.
|
|
152
|
+
*/
|
|
153
|
+
privacyPolicy?: boolean;
|
|
150
154
|
/**
|
|
151
155
|
* Users need to have permission to access the form
|
|
152
156
|
*/
|
|
@@ -147,6 +147,10 @@ export interface FormOptions {
|
|
|
147
147
|
*/
|
|
148
148
|
prepopulatedDocument?: Document;
|
|
149
149
|
printType?: MHLPrintTypeEnum;
|
|
150
|
+
/**
|
|
151
|
+
* Display privacy policy link on form header.
|
|
152
|
+
*/
|
|
153
|
+
privacyPolicy?: boolean;
|
|
150
154
|
/**
|
|
151
155
|
* Users need to have permission to access the form
|
|
152
156
|
*/
|