metabox wp editor (yazı düzenleyici) seçenekleri
array(
'name' => __( 'Yazı düzenleyici', 'cmb' ),
'desc' => __( 'alan açıklaması (isteğe bağlı)', 'cmb' ),
'id' => $prefix . 'test_wysiwyg',
'type' => 'wysiwyg',
//more setting https://carlofontanos.com/customizing-wp-editor-in-wordpress/
'options' => array(
'teeny' => true,
'media_buttons' => false,
'tinymce' => false,
'textarea_rows' => 5,
'quicktags' => true
),
),
Yorumunuzu ekleyin
Yorum yapmak için giriş yapmalısınız.