Skip to main content

TextEditor

Simple texteditor input. https://github.com/jaredreich/pell

Text Editor

Value

Returns html

$value = fx_get_meta('id');

Example

'id' => [
'type' => 'text-editor',
'className' => 'my-class-name',
'label' => 'Enter something below',
'title' => 'Description',
],

Props

className

Metabox class name

type: string

label

Optional label that appears next to the input, rather than ontop

type: string