You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/data-structure/general-elements.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,7 @@ Basic element structure:
28
28
|`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. |
29
29
|`elements`|_`array`_| An array of objects that holds all the nested elements. |
30
30
31
-
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.).
31
+
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.).
0 commit comments