Skip to content

Commit c2684c2

Browse files
Elementor Data Structure (#344)
1 parent 889d385 commit c2684c2

2 files changed

Lines changed: 3 additions & 13 deletions

File tree

src/.vuepress/sidebars/data-structure.js

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,8 @@ module.exports = [
2525
'general-elements',
2626
'container-element',
2727
'widget-element',
28-
]
29-
},
30-
{
31-
title: 'Special Cases',
32-
collapsable: false,
33-
sidebarDepth: -1,
34-
children: [
35-
'responsive-data',
3628
'repeaters',
29+
'responsive-data',
3730
'global-styles',
3831
]
3932
},

src/data-structure/index.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,16 +36,13 @@ To understand how the JSON file is structured, read the following:
3636
* [Page Settings](./page-settings/)
3737
* [Page Content](./page-content/)
3838

39-
For information about different element types:
39+
For information about element types:
4040

4141
* [General Elements](./general-elements/)
4242
* [Container Element](./container-element/)
4343
* [Widget Element](./widget-element/)
44-
45-
Special cases:
46-
47-
* [Responsive Data](./responsive-data/)
4844
* [Repeaters](./repeaters/)
45+
* [Responsive Data](./responsive-data/)
4946
* [Global Styles](./global-styles/)
5047

5148
For information about atomic elements:

0 commit comments

Comments
 (0)