before form mode add

This commit is contained in:
2025-09-22 11:26:29 +06:00
parent a149c5286a
commit 0fa566c165
6 changed files with 1768 additions and 17 deletions

View File

@@ -51,7 +51,8 @@
formControlName="mode"
[options]="[
{ label: 'Inline', value: 'inline' },
{ label: 'YAML', value: 'yaml' }
{ label: 'YAML', value: 'yaml' },
{ label: 'Form', value: 'form' }
]"
optionLabel="label"
optionValue="value"