From 77f652708bcbce8cae2609e5493efcd58d4384a1 Mon Sep 17 00:00:00 2001 From: Rami Yushuvaev <92088692+rami-elementor@users.noreply.github.com> Date: Thu, 14 May 2026 01:47:37 -0700 Subject: [PATCH] Update terminology from 'traditional' to 'legacy' --- src/data-structure/page-content.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/data-structure/page-content.md b/src/data-structure/page-content.md index a78b5e2d..7bd72886 100644 --- a/src/data-structure/page-content.md +++ b/src/data-structure/page-content.md @@ -42,13 +42,13 @@ If the page has content, the `content` contains a list of objects: Elements are simple objects containing element data. Some elements can have nested elements inside of them, others don't. -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. +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. -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. +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. -Traditional structure: +Legacy structure: -Traditional structure +Legacy structure Modern structure: @@ -60,7 +60,7 @@ With the adoption of nested layout elements, Elementor introduced widgets with n ### A Page with a Section and a Column -An example of a page that uses the traditional section-column-widget structure: +An example of a page that uses the legacy section-column-widget structure: ```json {