['nullable', 'url', 'max:500'], 'primary_color' => ['nullable', 'string', 'regex:/^#[0-9A-Fa-f]{6}$/'], 'secondary_color' => ['nullable', 'string', 'regex:/^#[0-9A-Fa-f]{6}$/'], 'footer_text' => ['nullable', 'string', 'max:200'], 'reply_to_email' => ['nullable', 'email'], 'reply_to_name' => ['nullable', 'string', 'max:100'], ]; } }