Appearance
Quick Reference
Flat, scannable cheatsheets pulled from the longer guides.
Pages
| Page | What's on it |
|---|---|
| Commands | Yarn, NPM, and create-divi-extension commands you'll actually type. |
| Troubleshooting | Common build, module-registration, and visual-builder issues. |
Field types — quick list
| Field type | Usage | Reference |
|---|---|---|
text | Single-line text input | Defining Module Settings |
textarea | Multi-line text input | Defining Module Settings |
select | Dropdown | Advanced Field Types |
range | Numeric slider | Advanced Field Types |
color | Color picker | Advanced Field Types |
upload | Image / file upload | Advanced Field Types |
multiple_checkboxes | Multi-select via checkboxes | Advanced Field Types |
tiny_mce | WYSIWYG rich text | Advanced Field Types |
Hook lookup
| If you want to... | Look in |
|---|---|
| Filter PHP shortcode output | Divi Builder PHP Hooks |
| Filter rendered CSS selectors in the visual builder | Divi Builder JavaScript Hooks |
| Hook into header/footer/post templates | Divi Template Hooks |
| Filter module attributes before render | Divi Module Hooks |