protected property WebformCompositeSourceForm::$supportedProperties in Webform Composite Tools 8
List of supported element properties.
Type: array
File
- src/
Form/ WebformCompositeSourceForm.php, line 22
Class
- WebformCompositeSourceForm
- Form handler for the Composite source editing form.
Namespace
Drupal\webform_composite\FormCode
protected $supportedProperties = [
'key' => 'key',
'type' => 'type',
'title' => 'title',
'help' => 'help',
'description' => 'description',
'options' => 'options',
'required' => 'required',
];