mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-17 06:53:03 +00:00
Merge branch 'master' into w2p-70237_entities-orgunit-submission-fix
This commit is contained in:
@@ -60,6 +60,16 @@ export class FormComponent implements OnDestroy, OnInit {
|
||||
*/
|
||||
@Input() formId: string;
|
||||
|
||||
/**
|
||||
* i18n key for the submit button
|
||||
*/
|
||||
@Input() submitLabel = 'form.submit';
|
||||
|
||||
/**
|
||||
* i18n key for the cancel button
|
||||
*/
|
||||
@Input() cancelLabel = 'form.cancel';
|
||||
|
||||
/**
|
||||
* An array of DynamicFormControlModel type
|
||||
*/
|
||||
|
Reference in New Issue
Block a user