Skip to content

Commit 4b063e7

Browse files
enable the prismjs_code_highlight
1 parent 79788ab commit 4b063e7

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

package.json

+12
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,18 @@
8484
],
8585
"default": "lg"
8686
},
87+
"prismjs_code_highlight": {
88+
"type": "select",
89+
"group": "post",
90+
"options": [
91+
"Default Theme",
92+
"Dark Theme",
93+
"Okaidia Theme",
94+
"Twilight Theme",
95+
"Tomorrow Theme"
96+
],
97+
"default": "Default Theme"
98+
},
8799
"newsletter_show": {
88100
"type": "boolean",
89101
"default": true,

0 commit comments

Comments
 (0)