mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-15 14:03:06 +00:00
64961: Return to last page on cancel, description 10 rows, renaming Other Format and Submit
This commit is contained in:
@@ -53,6 +53,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