FieldsTextOn this pageText Generate a simple text field Options Text('fieldName', { label: 'Label of the field', // (optional) help: 'Some additional informations', // (optional) multiline: true, // default to false (optional) default: 'Default value' // default to ''}) Preview