Adrià Vilanova Martínez | 3465e77 | 2021-07-11 19:18:41 +0200 | [diff] [blame] | 1 | { |
avm99963 | bf8eece | 2021-04-22 00:27:03 +0200 | [diff] [blame] | 2 | // Available options: |
| 3 | 'list': { |
| 4 | defaultValue: true, |
| 5 | context: 'options', |
| 6 | }, |
| 7 | 'thread': { |
| 8 | defaultValue: true, |
| 9 | context: 'options', |
| 10 | }, |
| 11 | 'threadall': { |
| 12 | defaultValue: false, |
| 13 | context: 'options', |
| 14 | }, |
| 15 | 'fixedtoolbar': { |
| 16 | defaultValue: false, |
| 17 | context: 'options', |
| 18 | }, |
| 19 | 'redirect': { |
| 20 | defaultValue: false, |
| 21 | context: 'options', |
| 22 | }, |
| 23 | 'history': { |
| 24 | defaultValue: false, |
| 25 | context: 'options', |
| 26 | }, |
| 27 | 'loaddrafts': { |
| 28 | defaultValue: false, |
| 29 | context: 'options', |
| 30 | }, |
| 31 | 'increasecontrast': { |
| 32 | defaultValue: false, |
| 33 | context: 'options', |
| 34 | }, |
| 35 | 'stickysidebarheaders': { |
| 36 | defaultValue: false, |
| 37 | context: 'options', |
| 38 | }, |
| 39 | 'profileindicator': { |
| 40 | defaultValue: false, |
| 41 | context: 'options', |
| 42 | }, |
| 43 | 'profileindicatoralt': { |
| 44 | defaultValue: false, |
| 45 | context: 'options', |
| 46 | }, |
| 47 | 'profileindicatoralt_months': { |
| 48 | defaultValue: 12, |
| 49 | context: 'options', |
| 50 | }, |
| 51 | 'ccdarktheme': { |
| 52 | defaultValue: false, |
| 53 | context: 'options', |
| 54 | }, |
| 55 | 'ccdarktheme_mode': { |
| 56 | defaultValue: 'switch', |
| 57 | context: 'options', |
| 58 | }, |
| 59 | 'ccforcehidedrawer': { |
| 60 | defaultValue: false, |
| 61 | context: 'options', |
| 62 | }, |
| 63 | 'ccdragndropfix': { |
| 64 | defaultValue: false, |
| 65 | context: 'options', |
| 66 | }, |
| 67 | 'batchlock': { |
| 68 | defaultValue: false, |
| 69 | context: 'options', |
| 70 | }, |
avm99963 | bf8eece | 2021-04-22 00:27:03 +0200 | [diff] [blame] | 71 | 'enhancedannouncementsdot': { |
| 72 | defaultValue: false, |
| 73 | context: 'options', |
| 74 | }, |
| 75 | 'repositionexpandthread': { |
| 76 | defaultValue: false, |
| 77 | context: 'options', |
| 78 | }, |
Adrià Vilanova Martínez | 2b87179 | 2021-06-09 12:35:06 +0200 | [diff] [blame] | 79 | 'disableunifiedprofiles': { |
| 80 | defaultValue: false, |
| 81 | context: 'options', |
| 82 | }, |
avm99963 | bf8eece | 2021-04-22 00:27:03 +0200 | [diff] [blame] | 83 | |
| 84 | // Experiments: |
avm99963 | 3eae452 | 2021-04-22 01:14:27 +0200 | [diff] [blame] | 85 | 'threadlistavatars': { |
| 86 | defaultValue: false, |
| 87 | context: 'experiments', |
| 88 | }, |
avm99963 | a007d49 | 2021-05-02 12:32:03 +0200 | [diff] [blame] | 89 | 'autorefreshlist': { |
| 90 | defaultValue: false, |
| 91 | context: 'experiments', |
| 92 | }, |
avm99963 | bf8eece | 2021-04-22 00:27:03 +0200 | [diff] [blame] | 93 | |
| 94 | // Internal options: |
| 95 | 'ccdarktheme_switch_enabled': { |
| 96 | defaultValue: true, |
| 97 | context: 'internal', |
| 98 | }, |
| 99 | |
| 100 | // Deprecated options: |
| 101 | 'escalatethreads': { |
| 102 | defaultValue: false, |
| 103 | context: 'deprecated', |
| 104 | }, |
| 105 | 'movethreads': { |
| 106 | defaultValue: false, |
| 107 | context: 'deprecated', |
| 108 | }, |
| 109 | 'batchduplicate': { |
| 110 | defaultValue: false, |
| 111 | context: 'deprecated', |
| 112 | }, |
avm99963 | a858ef7 | 2021-04-22 01:18:31 +0200 | [diff] [blame] | 113 | 'smei_sortdirection': { |
| 114 | defaultValue: false, |
| 115 | context: 'deprecated', |
| 116 | }, |
Adrià Vilanova Martínez | ffd26cf | 2021-07-22 23:54:22 +0200 | [diff] [blame] | 117 | 'forcemarkasread': { |
| 118 | defaultValue: false, |
| 119 | context: 'deprecated', |
| 120 | }, |
avm99963 | 7309b06 | 2021-04-22 12:41:08 +0200 | [diff] [blame] | 121 | } |