1
0

[TLC-254] Port submission field type binding from DSpace-CRIS 7

This commit is contained in:
Kim Shepherd
2022-02-03 14:05:31 +13:00
parent 19fa36f243
commit 361bb7f7dc
17 changed files with 585 additions and 29 deletions

View File

@@ -113,6 +113,12 @@ export class FormFieldModel {
@autoserialize
style: string;
/**
* Containing types to bind for this field
*/
@autoserialize
typeBind: string[];
/**
* Containing the value for this metadata field
*/