|
8 | 8 | "enable_sort": true, |
9 | 9 | "enable_viewer": true, |
10 | 10 | "enable_search": true, |
11 | | - "enable_highlight": false, |
| 11 | + "enable_highlight": true, |
12 | 12 | "auto_highlight": true, |
13 | 13 | "autofocus_search": false, |
14 | 14 | "share_button": false, |
|
19 | 19 | "virtual_maxsize": 256, |
20 | 20 | "custom_title": null, |
21 | 21 | "read_chunks": false, |
| 22 | + "process_checksum": false, |
22 | 23 | "give_kudos": true |
23 | 24 | }, |
24 | 25 | "assets": { |
25 | 26 | "jquery_js": "https://ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.js", |
26 | 27 | "jquery_map": "https://ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.map", |
27 | | - "bootstrap_css": "https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css", |
28 | | - "bootstrap_js": "https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js", |
29 | | - "bootswatch_css": "https://cdnjs.cloudflare.com/ajax/libs/bootswatch/3.3.5/%theme%/bootstrap.min.css", |
30 | | - "m8tro_css": "https://cdn.jsdelivr.net/bootstrap.m8tro/3.3.5/m8tro.min.css", |
31 | | - "font_awesome": "https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css", |
| 28 | + "bootstrap_css": "https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css", |
| 29 | + "bootstrap_js": "https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js", |
| 30 | + "bootswatch_css": "https://cdnjs.cloudflare.com/ajax/libs/bootswatch/3.3.6/%theme%/bootstrap.min.css", |
| 31 | + "m8tro_css": "https://cdn.jsdelivr.net/bootstrap.m8tro/3.3.6/m8tro.min.css", |
| 32 | + "font_awesome": "https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css", |
32 | 33 | "google_font": null, |
33 | 34 | "stupid_table": "https://cdnjs.cloudflare.com/ajax/libs/stupidtable/0.0.1/stupidtable.min.js", |
34 | 35 | "jquery_searcher": "https://cdnjs.cloudflare.com/ajax/libs/jquery-searcher/0.2.0/jquery.searcher.min.js", |
35 | | - "highlight_js": "https://cdnjs.cloudflare.com/ajax/libs/highlight.js/8.9.1/highlight.min.js", |
36 | | - "highlight_css": "https://cdnjs.cloudflare.com/ajax/libs/highlight.js/8.9.1/styles/%theme%.min.css", |
| 36 | + "highlight_js": "https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.0.0/highlight.min.js", |
| 37 | + "highlight_css": "https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.0.0/styles/%theme%.min.css", |
37 | 38 | "bootlint": "https://maxcdn.bootstrapcdn.com/bootlint/latest/bootlint.min.js", |
38 | 39 | "append_css": [ |
39 | 40 | null |
|
47 | 48 | "body_style": null, |
48 | 49 | "container_style": null, |
49 | 50 | "table_style": "table-hover", |
50 | | - "breadcrumb_style": null, |
| 51 | + "navbar_style": null, |
51 | 52 | "responsive_table": true, |
52 | 53 | "sticky_footer": false, |
53 | 54 | "modal_style": "modal-lg", |
|
63 | 64 | "tablerow_files": null, |
64 | 65 | "hidden_files_row": "text-muted", |
65 | 66 | "hidden_files_link": "text-muted", |
| 67 | + "checksum_label": "label-default", |
66 | 68 | "theme": "default", |
67 | | - "icons": "glyphicons", |
68 | | - "fontawesome_style": "fa-fw" |
| 69 | + "icons": "fa", |
| 70 | + "fontawesome_style": "" |
69 | 71 | }, |
70 | 72 | "viewer": { |
71 | 73 | "alt_load": false, |
72 | 74 | "audio": "m4a,mp3,oga,ogg,webma,wav", |
73 | 75 | "image": "gif,ico,jpe,jpeg,jpg,png,svg,webp", |
74 | 76 | "pdf": "pdf", |
75 | 77 | "quicktime": "3g2,3gp,3gp2,3gpp,mov,qt", |
76 | | - "source": "atom,bat,cmd,coffee,css,hml,js,json,less,markdown,md,php,pl,py,rb,rss,sass,scpt,scss,sh,xml,yml", |
| 78 | + "source": "atom,bat,cmd,coffee,css,hml,js,json,less,markdown,md,php,pl,py,rb,rss,sass,scpt,scss,sh,ts,xml,yml", |
77 | 79 | "text": "txt", |
78 | 80 | "video": "mp4,m4v,ogv,webm", |
79 | 81 | "virtual": "flickr,soundcloud,vimeo,youtube", |
80 | 82 | "website": "htm,html,mhtm,mhtml,xhtm,xhtml" |
81 | 83 | }, |
82 | 84 | "highlight": { |
83 | | - "theme": "github" |
| 85 | + "theme": "github", |
| 86 | + "languages": [ |
| 87 | + "applescript", |
| 88 | + "bash", |
| 89 | + "coffeescript", |
| 90 | + "css", |
| 91 | + "dos", |
| 92 | + "haml", |
| 93 | + "javascript", |
| 94 | + "json", |
| 95 | + "less", |
| 96 | + "markdown", |
| 97 | + "perl", |
| 98 | + "php", |
| 99 | + "python", |
| 100 | + "ruby", |
| 101 | + "scss", |
| 102 | + "typescript", |
| 103 | + "xml", |
| 104 | + "yaml" |
| 105 | + ] |
84 | 106 | }, |
85 | 107 | "keys": { |
86 | 108 | "dropbox": null, |
|
104 | 126 | "image": null |
105 | 127 | }, |
106 | 128 | "columns": { |
107 | | - "count": false, |
| 129 | + "count": true, |
108 | 130 | "size": true, |
109 | 131 | "age": true |
110 | 132 | }, |
|
138 | 160 | ".jshintrc", |
139 | 161 | ".npmignore" |
140 | 162 | ], |
| 163 | + "checksum_files": [ |
| 164 | + "shasum", |
| 165 | + "sha1sum", |
| 166 | + "sha224sum", |
| 167 | + "sha256sum", |
| 168 | + "sha384sum", |
| 169 | + "sha512sum" |
| 170 | + ], |
141 | 171 | "debug": { |
142 | 172 | "bootlint": false |
143 | 173 | } |
|
0 commit comments