. * */ namespace Vvveb\System\Fields; class Text extends Field { protected $category = 'basic'; protected $settings = [ ]; protected $validation = [ 'max_length' => [ 'label' => 'Max length', 'instructions' => '', 'type' => 'text', 'name' => 'number', ], ]; protected $presentation = [ ]; }