aboutsummaryrefslogtreecommitdiff
path: root/src/shared/property-defs.ts
diff options
context:
space:
mode:
authorShin'ya Ueoka <ueokande@i-beam.org>2019-09-03 03:11:10 +0000
committerGitHub <noreply@github.com>2019-09-03 03:11:10 +0000
commitab6295d0f136b77534e6e290e165b1035c7abdc2 (patch)
tree5e435a9396979e4307c783f131f251581b955aac /src/shared/property-defs.ts
parent07bcc15e7b487fb5815b151e8c7e84a31f875dce (diff)
parentf64b7ca320f73dd523113f0eedca35e176843bd6 (diff)
Merge pull request #638 from ueokande/qa-0.24
QA 0.24
Diffstat (limited to 'src/shared/property-defs.ts')
-rw-r--r--src/shared/property-defs.ts6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/shared/property-defs.ts b/src/shared/property-defs.ts
index 6315030..fec9f80 100644
--- a/src/shared/property-defs.ts
+++ b/src/shared/property-defs.ts
@@ -48,3 +48,9 @@ export const defs: Def[] = [
'which are completed at the open page',
'sbh'),
];
+
+export const defaultValues = {
+ hintchars: 'abcdefghijklmnopqrstuvwxyz',
+ smoothscroll: false,
+ complete: 'sbh',
+};