array(
\'name\' => \'textarea\',
\'label\' => __( \'Textarea Input\', \'wedevs\' ),
\'desc\' => __( \'Textarea description\', \'wedevs\' ),
\'placeholder\' => __( \'Textarea placeholder\', \'wedevs\' ),
\'type\' => \'textarea\'
),
就像上面的例子一样
\'type\' => \'textarea\'
字体的等效值是什么?
我试过了→
\'type\' => \'font\'
; 但那没用。