diff options
author | madelinegr <laura_wilson@brown.edu> | 2019-02-27 00:38:39 -0500 |
---|---|---|
committer | madelinegr <laura_wilson@brown.edu> | 2019-02-27 00:38:39 -0500 |
commit | f90b7ca17a9f45aa6c47f1d7a37d09af4d44d2ad (patch) | |
tree | d649aef96cb7c6621d325f14a0ccf3404172085b /src/client/views/collections/CollectionFreeFormView.tsx | |
parent | 04ee2ad6e7ca887c3cfc7277c4b382f936c0fa6d (diff) |
kvp almost done
Diffstat (limited to 'src/client/views/collections/CollectionFreeFormView.tsx')
-rw-r--r-- | src/client/views/collections/CollectionFreeFormView.tsx | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/client/views/collections/CollectionFreeFormView.tsx b/src/client/views/collections/CollectionFreeFormView.tsx index 12909c151..ded1e3785 100644 --- a/src/client/views/collections/CollectionFreeFormView.tsx +++ b/src/client/views/collections/CollectionFreeFormView.tsx @@ -163,6 +163,11 @@ export class CollectionFreeFormView extends CollectionViewBase { }); } + @action + addKVP(doc: Document) { + let fields = doc.fields; + // aefawefwaef + } @computed get backgroundLayout(): string | undefined { let field = this.props.Document.GetT(KeyStore.BackgroundLayout, TextField); @@ -241,6 +246,7 @@ export class CollectionFreeFormView extends CollectionViewBase { {this.backgroundView} {this.views} </div> + <!-- put fale stuff here> {this.overlayView} </div> ); |