. * */ return [ 'name' => [ 'notEmpty' => '', 'maxLength' => 100, ], /* 'key' => [ 'notEmpty' => '', ], */ 'host' => [ 'notEmpty' => '', ], 'theme' => [ 'notEmpty' => '', ], ];