Adds missing declaration of name paramether.
This commit is contained in:
parent
4a3323c584
commit
e67d825edd
|
@ -28,6 +28,9 @@ class REST_Filter_Types_Controller extends REST_Controller {
|
||||||
'className' => [
|
'className' => [
|
||||||
'type' => 'string'
|
'type' => 'string'
|
||||||
],
|
],
|
||||||
|
'name' => [
|
||||||
|
'type' => 'string'
|
||||||
|
],
|
||||||
'component' => [
|
'component' => [
|
||||||
'type' => 'string'
|
'type' => 'string'
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in New Issue