-
Notifications
You must be signed in to change notification settings - Fork 123
Wysiwyg field
mattheu edited this page Apr 23, 2013
·
19 revisions
A WYSIWYG editor field.
- id (string) (required)
- type 'wysiwyg' (string) (required)
- options (array) wp_editor settings. See WordPress codex.
- repeatable (bool)
- cols (int) [1-12]
array(
'id' => 'example-field-wysiwyg',
'name' => 'A WYSIWYG editor field',
'type' => 'wysiwyg',
),
- Setup/Install Custom Meta Boxes
- Creating a custom meta box
- Displaying Field Data
- Optional Generic Field Args
- Repeatable Fields
General
- Text Field
- Small Text Field
- Number Field
- URL Field
- Textarea Field
- Code Field
- Select Field
- Checkbox Input Field
- Radio Input Field
Date & Time
WordPress
Media
Utilities