-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Labels
Description
such as the following configuration, the units
is a subform of the suite_form
, does this bundle support this feature ?
forms:
suite_form:
form_options:
validation_groups: ['Default', 'api', 'my_group']
fields:
name:
description: "Name"
data_type: "text"
property_path: name
units:
data_type: collection
target_class: App\Entity\SuiteUnit
fields:
serviceTemplate:
data_type: text
target_class: App\Entity\ServiceTemplate
description: "Service template"
useCase:
data_type: text
target_class: App\Entity\UseCase
description: "Use case"