1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-29 08:35:58 +01:00

Add some rough documentation for config.js properties.

This commit is contained in:
Kris Maglione
2009-05-25 12:10:22 -04:00
parent 7f90cdcb6f
commit 6055c8a77b
5 changed files with 72 additions and 17 deletions

View File

@@ -33,7 +33,10 @@ const config = { //{{{
/*** optional options, there are checked for existence and a fallback provided ***/
features: ["bookmarks", "hints", "history", "marks", "quickmarks", "session", "tabs", "windows"],
defaults: { guioptions: "rb" },
defaults: {
guioptions: "rb",
showtabline: 2,
},
guioptions: {
m: ["Menubar", ["toolbar-menubar"]],
@@ -132,10 +135,6 @@ const config = { //{{{
}
},
optionDefaults: {
showtabline: 2,
},
scripts: [
"bookmarks.js",
"tabs.js",