-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathoptions.conf
108 lines (91 loc) · 2.4 KB
/
options.conf
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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
# Enlighter Plugin Configuration (defaults)
# general settings
translation-enabled = true
# enlighterjs resources
enlighterjs-init = inline
enlighterjs-assets-js = true
enlighterjs-assets-themes = true
enlighterjs-assets-themes-external = false
# enlighterjs default settings
enlighterjs-selector-block = pre.EnlighterJSRAW
enlighterjs-selector-inline = code.EnlighterJSRAW
enlighterjs-indent = 4
enlighterjs-ampersandcleanup = true
enlighterjs-linehover = true
enlighterjs-rawcodedbclick = false
enlighterjs-textoverflow = break
enlighterjs-linenumbers = true
enlighterjs-theme = enlighter
enlighterjs-retaincss = false
# fallback language
enlighterjs-language = generic
# toolbar buttons
toolbar-visibility = default
toolbar-button-raw = true
toolbar-button-copy = true
toolbar-button-window = true
toolbar-button-enlighterjs = true
# tinymce editor
tinymce-backend = true
tinymce-frontend = false
tinymce-formats = true
tinymce-autowidth = false
tinymce-tabindentation = false
tinymce-keyboardshortcuts = false
# tinymce editor appearance
tinymce-font = sourcecodepro
tinymce-fontsize = 0.7em
tinymce-lineheight = 1.4em
tinymce-color = "#000000"
tinymce-bgcolor = "#f9f9f9"
# gutenberg editor
gutenberg-backend = true
# text editor/quicktags
quicktag-backend = false
quicktag-frontend = false
quicktag-mode = html
# shortcodes
shortcode-mode = disabled
shortcode-inline = true
shortcode-type-generic = true
shortcode-type-language = false
shortcode-type-group = false
shortcode-filter-content = true
shortcode-filter-excerpt = true
shortcode-filter-widget = false
shortcode-filter-comment = false
shortcode-filter-commentexcerpt = false
# Markdown
gfm-enabled = false
gfm-inline = true
gfm-language = raw
gfm-filter-content = true
gfm-filter-excerpt = true
gfm-filter-widget = false
gfm-filter-comment = false
gfm-filter-commentexcerpt = false
# compatibility mode
compat-enabled = false
compat-crayon = false
compat-codecolorer = false
compat-type1 = false
compat-type2 = false
compat-filter-content = true
compat-filter-excerpt = true
compat-filter-widget = false
compat-filter-comment = false
compat-filter-commentexcerpt = false
# Advanced Cache Settings
cache-custom = false
cache-path =
cache-url =
# resources
dynamic-resource-invocation = false
# jetpack infinite scroll addon
ext-infinite-scroll = false
jetpack-gfm-code = false
# ajaxcomplete
ext-ajaxcomplete = false
# bbpress
bbpress-shortcode = false
bbpress-markdown = false