File tree Expand file tree Collapse file tree 1 file changed +26
-1
lines changed
Expand file tree Collapse file tree 1 file changed +26
-1
lines changed Original file line number Diff line number Diff line change 1616 "main" : " lib/include-codeblock.js" ,
1717 "files" : [
1818 " lib" ,
19- " template " ,
19+ " templates " ,
2020 " src"
2121 ],
2222 "directories" : {
4343 "type" : " string" ,
4444 "description" : " Template string" ,
4545 "required" : false
46+ },
47+ "unindent" : {
48+ "type" : " string" ,
49+ "description" : " undindent inner snippets" ,
50+ "required" : false
51+ },
52+ "edit" : {
53+ "type" : " string" ,
54+ "description" : " ace code edition (ace* template required)" ,
55+ "required" : false
56+ },
57+ "check" : {
58+ "type" : " string" ,
59+ "description" : " ace syntax validation (ace* template required)" ,
60+ "required" : false
61+ },
62+ "theme" : {
63+ "type" : " string" ,
64+ "description" : " ace code editor theme (ace* template required)" ,
65+ "required" : false
66+ },
67+ "fixlang" : {
68+ "type" : " Fix lang label (c++,...)" ,
69+ "description" : " " ,
70+ "required" : false
4671 }
4772 }
4873 },
You can’t perform that action at this time.
0 commit comments