CMB2 Markdown
·
Adds a Markdown enabled textarea with a live preview to the available CMB2 field types.
Example Usage
$cmb->add_field( array(
'name' => 'Markdown Enabled Field',
'type' => 'text_markdown',
'id' => 'test_markdown',
'sanitization_cb' => 'markdown_sanitize'
) );
It works with repeatable fields as well!
Deze plugin kan worden gedownload, zodat je hem op je kan gebruiken.