Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/data-structure/general-elements.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Basic element structure:
| `settings` | _`array`_/_`object`_ | The element data from the panel, holding the values from the editor controls. It's an empty `array` if settings are not defined, or an `object` if the element has settings. |
| `elements` | _`array`_ | An array of objects that holds all the nested elements. |

Additional values can be introduced, based on the element type. For exammple, when `elType` is `widget`, an additional `widgetType` velue is added to indicate the [widget name](./../widgets/widget-data/) (i.e. `heading`, `image`, `button`, `social-icons` etc.).
Additional values can be introduced, based on the element type. For example, when `elType` is `widget`, an additional `widgetType` value is added to indicate the [widget name](./../widgets/widget-data/) (i.e. `heading`, `image`, `button`, `social-icons` etc.).

## Layout Elements vs. Widget Elements

Expand Down