File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 } ,
Original file line number Diff line number Diff 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
5148For information about atomic elements:
You can’t perform that action at this time.
0 commit comments