Project IT Calendar 1.0.0
Advanced Calendar Applet for Cinnamon Desktop Environment
Loading...
Searching...
No Matches
settings-schema.json
Go to the documentation of this file.
1{
2 "section1": {
3 "type": "section",
4 "description": "Display"
5 },
6 "show-icon": {
7 "type": "checkbox",
8 "default": false,
9 "description": "Show icon in the panel"
10 },
11 "show-events": {
12 "type": "switch",
13 "default": true,
14 "description": "Show calendar events",
15 "tooltip": "Check this to display events in the calendar.",
16 "value": true
17 },
18 "show-week-numbers": {
19 "type": "switch",
20 "default": false,
21 "description": "Show week numbers in calendar",
22 "tooltip": "Check this to show week numbers in the calendar.",
23 "value": false
24 },
25 "use-custom-format": {
26 "type": "switch",
27 "default": false,
28 "description": "Use a custom date format",
29 "tooltip": "Check this to define a custom format for the date in the calendar applet.",
30 "value": false
31 },
32 "custom-format": {
33 "type": "entry",
34 "default": "%A, %B %e, %H:%M",
35 "description": "Date format",
36 "dependency": "use-custom-format",
37 "tooltip": "Set your custom format here.",
38 "value": "%A, %B %e, %H:%M"
39 },
40 "custom-tooltip-format": {
41 "type": "entry",
42 "default": "%A, %B %e, %H:%M",
43 "description": "Date format for tooltip",
44 "dependency": "use-custom-format",
45 "tooltip": "Set your custom tooltip format here.",
46 "value": "%A, %B %e, %H:%M"
47 },
48 "format-button": {
49 "type": "button",
50 "description": "Show information on date format syntax",
51 "dependency": "use-custom-format",
52 "callback": "on_custom_format_button_pressed",
53 "tooltip": "Click this button to know more about the syntax for date formats."
54 },
55 "section2": {
56 "type": "section",
57 "description": "Keyboard shortcuts"
58 },
59 "keyOpen": {
60 "type": "keybinding",
61 "description": "Show calendar",
62 "default": "<Super>c",
63 "tooltip": "Set keybinding(s) to show the calendar.",
64 "value": "<Super>c"
65 }
66
67}