-
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathsample_config.json
More file actions
67 lines (67 loc) · 1.82 KB
/
sample_config.json
File metadata and controls
67 lines (67 loc) · 1.82 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"globalConfig": {
"GLOBAL_KEYWORDS": false,
"GLOBAL_USERNAMES": false,
"SHOW_BLOCK_BUTTON": "hover",
"TIME_INTERVAL": 30,
"LANGUAGE": "zh-CN",
"GLOBAL_CONFIG_URL": [],
"CONFIG_SECTION_COLLAPSED": {
"global_SECTION_COLLAPSED": true,
"keywords_SECTION_COLLAPSED": true,
"usernames_SECTION_COLLAPSED": true,
"url_SECTION_COLLAPSED": true,
"xpath_SECTION_COLLAPSED": true,
"sync_SECTION_COLLAPSED": true
},
"EDITOR_STATES": {
"keywords": false,
"keywords_regex": false,
"usernames": false,
"usernames_regex": false,
"mainpage_url_patterns": false,
"subpage_url_patterns": false,
"contentpage_url_patterns": false,
"main_and_sub_page_title_xpath": false,
"main_and_sub_page_user_xpath": false,
"contentpage_title_xpath": false,
"contentpage_user_xpath": false
},
"SYNC_CONFIG": {
"server_url": "",
"user_key": "",
"lastSyncTime": 0
}
},
"userConfig": [
{
"domain": "",
"enabled": true,
"mainPageUrlPatterns": [],
"subPageUrlPatterns": [],
"contentPageUrlPatterns": [],
"shareKeywordsAcrossPages": false,
"shareUsernamesAcrossPages": true,
"mainAndSubPageKeywords": {
"xpath": [],
"keywords": [],
"regexPatterns": []
},
"mainAndSubPageUserKeywords": {
"xpath": [],
"keywords": [],
"regexPatterns": []
},
"contentPageKeywords": {
"xpath": [],
"keywords": [],
"regexPatterns": []
},
"contentPageUserKeywords": {
"xpath": [],
"keywords": [],
"regexPatterns": []
}
}
]
}