mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-12 22:05:54 +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: ["hints", "mail", "marks", "addressbook", "tabs"],
|
||||
defaults: { guioptions: "frb" },
|
||||
defaults: {
|
||||
guioptions: "frb",
|
||||
showtabline: 1,
|
||||
},
|
||||
|
||||
guioptions: {
|
||||
m: ["MenuBar", ["mail-toolbar-menubar2"]],
|
||||
@@ -128,10 +131,6 @@ const config = { //{{{
|
||||
["COMPOSE"]
|
||||
],
|
||||
|
||||
optionDefaults: {
|
||||
showtabline: 1,
|
||||
},
|
||||
|
||||
scripts: [
|
||||
"addressbook.js",
|
||||
"mail.js",
|
||||
|
||||
Reference in New Issue
Block a user