Use the string
type for simple strings.
It should be used with doctrine string
fields.
Forms will render a simple text input.
Included in the PerformBaseBundle.
The label to use for form labels and table headings. If no label is provided, a sensible label will be created automatically.
This option is optional.
Allowed types: string
Defaults:
<?php
$config->add('title', [
'type' => 'string',
]);