array_keys(TemplateRegistry::options())], [['rescue_name', 'email', 'slug'], 'string', 'max' => 190], [['address', 'icon_path', 'background_image_path'], 'string', 'max' => 255], [['template_key'], 'string', 'max' => 64], [['city'], 'string', 'max' => 120], [['state'], 'string', 'max' => 2], [['zip'], 'string', 'max' => 10], [['phone'], 'string', 'max' => 32], [['contentcontainer_id'], 'unique'], [['slug'], 'unique'], ]; } }