aboutsummaryrefslogtreecommitdiff
path: root/src/client/documents/Documents.ts
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2024-08-26 15:17:14 -0400
committerbobzel <zzzman@gmail.com>2024-08-26 15:17:14 -0400
commitd12b43191e01e837d5a144fb19d9d3cd8eadd777 (patch)
treeff4aef2af98f75196276d0bf86182f57ca7e3823 /src/client/documents/Documents.ts
parent2e345c1ebd498e3f7e088e6fc3e1ca17082b23c1 (diff)
from last
Diffstat (limited to 'src/client/documents/Documents.ts')
-rw-r--r--src/client/documents/Documents.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/documents/Documents.ts b/src/client/documents/Documents.ts
index c2211fb80..ac271526f 100644
--- a/src/client/documents/Documents.ts
+++ b/src/client/documents/Documents.ts
@@ -362,6 +362,7 @@ export class DocumentOptions {
data?: FieldType;
data_useCors?: BOOLt = new BoolInfo('whether CORS protocol should be used for web page');
+ _face_showImages?: BOOLt = new BoolInfo('whether to show images in uniqe face Doc');
columnHeaders?: List<SchemaHeaderField>; // headers for stacking views
schemaHeaders?: List<SchemaHeaderField>; // headers for schema view
dockingConfig?: STRt = new StrInfo('configuration of golden layout windows (applies only if doc is rendered as a CollectionDockingView)', false);