Setup some select2 field stuffs
This commit is contained in:
@ -447,7 +447,7 @@ class CWV2_Admin {
|
||||
'id' => 'cat_list',
|
||||
'name' => __( 'Category restrictions', 'content-warning-v2' ),
|
||||
'desc' => __( 'Select categories that you would like to restrict with the dialog.', 'content-warning-v2' ),
|
||||
'type' => 'select',
|
||||
'type' => 'select2',
|
||||
'options' => $this->get_cat_list()
|
||||
),
|
||||
),
|
||||
|
Reference in New Issue
Block a user