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/page-content.md
+13-5Lines changed: 13 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,19 +40,27 @@ If the page has content, the `content` contains a list of objects:
40
40
41
41
## Page Elements
42
42
43
-
Elements are simple objects contaning element data. Some elements can have nested elements inside of them, others don't.
43
+
Elements are simple objects containing element data. Some elements can have nested elements inside of them, others don't.
44
44
45
-
This is important as in the past, Elementor had a strict data structure. The page had "section" elements, sections had nested "column" elements, and the columns had "widget" elements.
45
+
This is important as in the past Elementor had a strict data structure - the traditional structure. The page had "section" elements, sections had nested "column" elements, and the columns had "widget" elements.
46
46
47
-
With the introduction of containers, Elementor replaced the traditional data structure, allowing the user to nest multiple elements one inside the other.
47
+
With the introduction of containers, Elementor replaced the traditional data structure with a modern structure, allowing the user to nest multiple elements one inside the other.
48
48
49
-
Originally, Elementor widgets didn't support nested capabilities. More recently Elementor has started exploring new ways to allow nesting capabilities. The new "Menu" widget already supports nested capabilities and we plan to release nested "Accordion", "Tabs", "Carousels" and other widgets with nested capabilities.
With the adoption of nested layout elements, Elementor introduced widgets with nested capabilities. Widgets like the nested "Tabs", nested "Accordion", nested "Carousel", and nested "Menu" (mega menu).
50
58
51
59
## Examples
52
60
53
61
### A Page with a Section and a Column
54
62
55
-
An example of a page that uses the old section-column-widget structure:
63
+
An example of a page that uses the traditional section-column-widget structure:
0 commit comments