aboutsummaryrefslogtreecommitdiff
path: root/module/calp/html/config.scm
blob: c5a4e4c094f659dc163f91b6d94b234a17bcbc16 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
(define-module (calp html config)
  :use-module (hnh util)
  :use-module (calp util config)
  :use-module (calp translation)
  )

(define-config debug #f
  description: (_ "Places the generated thingy in debug mode"))


;;; NOTE edit mode should preferably depend on login-status of the user
;;; but this works for the time being.
(define-config edit-mode #t
  description: (_ "Makes the document editable"))