Skip to content

Commit 4539195

Browse files
Update terminology from 'traditional' to 'legacy' (#340)
1 parent 9ef969f commit 4539195

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

src/data-structure/page-content.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,13 +42,13 @@ If the page has content, the `content` contains a list of objects:
4242

4343
Elements are simple objects containing element data. Some elements can have nested elements inside of them, others don't.
4444

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.
45+
This is important as in the past Elementor had a strict data structure - the legacy structure. The page had "section" elements, sections had nested "column" elements, and the columns had "widget" elements.
4646

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.
47+
With the introduction of containers, Elementor replaced the legacy data structure with a modern structure, allowing the user to nest multiple elements one inside the other.
4848

49-
Traditional structure:
49+
Legacy structure:
5050

51-
<img :src="$withBase('/assets/img/data-structure-traditional.png')" alt="Traditional structure">
51+
<img :src="$withBase('/assets/img/data-structure-traditional.png')" alt="Legacy structure">
5252

5353
Modern structure:
5454

@@ -60,7 +60,7 @@ With the adoption of nested layout elements, Elementor introduced widgets with n
6060

6161
### A Page with a Section and a Column
6262

63-
An example of a page that uses the traditional section-column-widget structure:
63+
An example of a page that uses the legacy section-column-widget structure:
6464

6565
```json
6666
{

0 commit comments

Comments
 (0)