64961: Return to last page on cancel, description 10 rows, renaming Other Format and Submit

This commit is contained in:
Kristof De Langhe
2019-09-19 17:00:12 +02:00
parent e76579ee00
commit 0798701019
5 changed files with 37 additions and 21 deletions

View File

@@ -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
*/