Merge branch 'master' into w2p-70237_entities-orgunit-submission-fix

This commit is contained in:
Art Lowel
2020-04-28 17:45:29 +02:00
188 changed files with 37538 additions and 5366 deletions

View File

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