1
0
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:
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: ["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",