Default Abu Farhan Arrow None
{ // `"ltr": for “left to right” site // `"rtl": for “right to left” site "direction": "ltr", // `1`: ascending // `-1`: descending // `"function_name"`: custom "sort": 1, // `0`: will activate the first tab on load // `1`: will activate the second tab on load // `"Autumn"`: will activate a tab with label “Autumn” "active": 0, // `true`: will close the active panel when you click on it or in other panels // `false`: will close the active panel only when you click on other panels // `-1`: will close the active panel only when you click on it (disable connections) "toggle": true, // `false` to put the widget right before the `<script>` tag or // `"#toc-container"` to put the widget in `<div id="toc-container"></div>` "container": false, // set to `false` to hide the date // `%Y%`: year // `%M%`: month // `%D%`: day // `%h%`: hour 12 // `%m%`: minute // `%s%`: second // `%M~%`: month name // `%D~%`: day name // `%h~%`: hour 24 // `%N%`: “AM” or “PM” "date": "%M~% %D%, %Y% %h%:%m% %N%", // set to `false` or `0` to hide the excerpt "excerpt": false, // set to `false` or `0` to hide the image "image": false, // the link target, set to `"_blank"` to open link in a new tab "target": false, // `0`: load immediatelly // `3000`: load after 3000 milliseconds // `true`: load after everything has finished loading "load": 0, // number of posts to be marked as the most recent posts "recent": 7, // list of label name to hide // example: `["Autumn", "Spring", "Winter"]` "hide": [], "text": { "title": "Table of Content", "loading": "Loading…", "months": [ "January", "February", "March", "April", "May", "June", "July", "August", "September", "October", "November", "December" ], "days": [ "Sunday", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday" ], "recent": " <sup>New!</sup>" } }