22. Ace Editor

'ace_editor' => array(
    'type' => 'ace_editor',
    'label' => esc_html__('Ace Editor', 'my-domain'),
    'lang' => 'javascript'
),

Last updated