CMB2 Markdown
·
Adds a Markdown enabled textarea with a live preview to the available CMB2 field types.
Valutazione
Versione
1.0.1
Installazioni attive
10
Ultimo aggiornamento
Nov 19, 2017
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!
Questo plugin ora può essere scaricato per il tuo sito .