1{
2    "layout" : {
3        "type" : "layout",
4        "pages" : ["panel", "menu"],
5        "panel" : {
6            "type" : "page",
7            "title" : "Panel",
8            "sections" : ["panel-appear", "panel-behave"]
9        },
10        "menu" : {
11            "type" : "page",
12            "title" : "Menu",
13            "sections" : ["menu-layout", "menu-behave"]
14        },
15        "panel-appear" : {
16            "type" : "section",
17            "title" : "Appearance",
18            "keys" : ["menu-custom", "menu-icon", "menu-icon-size", "menu-label"]
19        },
20        "panel-behave" : {
21            "type" : "section",
22            "title" : "Behavior",
23            "keys" : ["overlay-key", "activate-on-hover", "hover-delay", "force-show-panel", "enable-animation"]
24        },
25        "menu-layout" : {
26            "type" : "section",
27            "title" : "Layout and content",
28            "keys" : ["show-category-icons", "category-icon-size", "show-application-icons", "application-icon-size", "favbox-show", "fav-icon-size", "favbox-min-height", "show-places", "show-recents", "menu-editor-button"]
29        },
30        "menu-behave" : {
31            "type" : "section",
32            "title" : "Behavior",
33            "keys" : ["enable-autoscroll", "search-filesystem"]
34        }
35    },
36 "overlay-key" : {
37    "type" : "keybinding",
38    "description" : "Keyboard shortcut to open and close the menu",
39    "default" : "Super_L::Super_R"
40 },
41 "menu-custom" : {
42    "type" : "switch",
43    "default" : false,
44    "description" : "Use a custom icon and label",
45    "tooltip" : "Check this to specify a custom icon and label"
46 },
47 "menu-icon" : {
48    "type" : "iconfilechooser",
49    "default" : "cinnamon-symbolic",
50    "description" : "Icon",
51    "tooltip" : "Select an icon to show in the panel.",
52    "default_icon" : "cinnamon-symbolic",
53    "dependency" : "menu-custom",
54    "indent" : true
55 },
56 "menu-icon-size" : {
57    "type": "spinbutton",
58    "default" : 32,
59    "min" : 16,
60    "max" : 96,
61    "step" : 1,
62    "units" : "px",
63    "description" : "Icon size",
64    "dependency" : "menu-custom",
65    "indent" : true
66 },
67 "menu-label" : {
68    "type" : "entry",
69    "default" : "Menu",
70    "description" : "Text",
71    "tooltip" : "Enter custom text to show in the panel.",
72    "dependency" : "menu-custom",
73    "indent": true
74 },
75 "favbox-min-height" : {
76    "type": "spinbutton",
77    "default" : 300,
78    "min" : 50,
79    "max" : 1000,
80    "step" : 10,
81    "units" : "px",
82    "dependency" : "favbox-show",
83    "description" : "Minimum height of the favorites section",
84    "tooltip" : "The minimum size allocated for the favorites section (this has an impact on the overall height of the menu)."
85 },
86 "show-category-icons" : {
87    "type" : "switch",
88    "default" : true,
89    "description" : "Show category icons",
90    "tooltip" : "Choose whether or not to show icons on categories."
91 },
92 "category-icon-size" : {
93    "type": "spinbutton",
94    "default" : 22,
95    "min" : 16,
96    "max" : 48,
97    "step" : 1,
98    "units" : "px",
99    "description" : "Categories icon size",
100    "dependency" : "show-category-icons",
101    "indent" : true
102 },
103 "show-application-icons" : {
104    "type" : "switch",
105    "default" : true,
106    "description" : "Show application icons",
107    "tooltip" : "Choose whether or not to show icons on applications."
108 },
109 "application-icon-size" : {
110    "type": "spinbutton",
111    "default" : 22,
112    "min" : 16,
113    "max" : 48,
114    "step" : 1,
115    "units" : "px",
116    "description" : "Applications icon size",
117    "dependency" : "show-application-icons",
118    "indent" : true
119 },
120 "favbox-show" : {
121    "type" : "switch",
122    "default" : true,
123    "description" : "Show favorites and session buttons",
124    "tooltip" : "Choose whether or not to show the left pane of the menu."
125 },
126 "fav-icon-size" : {
127    "type": "spinbutton",
128    "default" : 32,
129    "min" : 16,
130    "max" : 64,
131    "step" : 1,
132    "units" : "px",
133    "description" : "Favorites icon size",
134    "dependency" : "favbox-show",
135    "indent" : true
136 },
137 "show-favorites" : {
138   "type" : "switch",
139   "default" : true,
140   "description": "Show favorites",
141   "tooltip": "Choose whether or not to show favorite files in the menu."
142 },
143 "show-places" : {
144    "type" : "switch",
145    "default" : true,
146    "description": "Show bookmarks and places",
147    "tooltip": "Choose whether or not to show bookmarks and places in the menu."
148 },
149 "show-recents" : {
150   "type" : "switch",
151   "default" : true,
152   "description": "Show recents",
153   "tooltip": "Choose whether or not to show recents in the menu."
154 },
155"enable-autoscroll" : {
156    "type" : "switch",
157    "default" : true,
158    "description": "Enable autoscrolling in application list",
159    "tooltip": "Choose whether or not to enable smooth autoscrolling in the application list."
160 },
161"search-filesystem" : {
162    "type" : "switch",
163    "default" : false,
164    "description": "Enable filesystem path entry in search box",
165    "tooltip": "Allows path entry in the menu search box."
166 },
167 "force-show-panel" : {
168    "type" : "switch",
169    "default" : true,
170    "description": "Force the panel to be visible when opening the menu",
171    "tooltip": "Opening the menu will also show the main panel (which may be auto-hidden)."
172 },
173"activate-on-hover" : {
174    "type" : "switch",
175    "default" : false,
176    "description": "Open the menu when I move my mouse over it",
177    "tooltip": "Enable opening the menu when the mouse enters the applet"
178 },
179 "hover-delay" : {
180    "type": "spinbutton",
181    "default" : 0,
182    "min" : 0,
183    "max" : 1000,
184    "step" : 50,
185    "units" : "milliseconds",
186    "dependency" : "activate-on-hover",
187    "description" : "Menu hover delay",
188    "tooltip" : "Delay before the menu opens when hovered"
189 },
190 "enable-animation" : {
191    "type": "switch",
192    "default": false,
193    "description": "Use menu animations",
194    "tooltip": "Allow the menu to animate on open and close"
195 },
196  "menu-editor-button" : {
197    "type" : "button",
198    "description" : "Open the menu editor",
199    "callback" : "_launch_editor",
200    "tooltip" : "Press this button to customize your menu entries."
201 }
202}
203