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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user