forked from hazza/dspace-angular
Added form field parser factory to remove switch in row-parser.ts
This commit is contained in:
5
src/app/shared/form/builder/parsers/parser-options.ts
Normal file
5
src/app/shared/form/builder/parsers/parser-options.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
export interface ParserOptions {
|
||||
readOnly: boolean;
|
||||
submissionScope: string;
|
||||
authorityUuid: string
|
||||
}
|
Reference in New Issue
Block a user