Add some attributes to textarea

This commit is contained in:
Jay Wood
2016-09-30 12:25:30 -04:00
parent ec028206bb
commit 3279c4c5cd

View File

@ -438,6 +438,10 @@ class CWV2_Admin {
'name' => __( 'Custom CSS', 'content-warning-v2' ),
'desc' => __( 'For a completely custom look, just drop your css here.', 'content-warning-v2' ),
'type' => 'textbox',
'options' => array(
'rows' => 10,
'cols' => 100,
),
),
array(
'id' => 'cat_list',