'permit_empty|in_list[text,email,url,markdown,number,switch]', 'key' => 'required|alpha_dash', 'label' => 'required|string', 'hint' => 'permit_empty|string', 'helper' => 'permit_empty|string', 'optional' => 'permit_empty|is_boolean', ]; protected string $type = 'text'; protected string $key; protected string $label; protected ?string $hint = ''; protected ?string $helper = ''; protected bool $optional = false; }