Browse Source

Add missing subkey and schema key as part of #9325

Gabriel Horner 2 years ago
parent
commit
74e53c3f03
2 changed files with 2 additions and 0 deletions
  1. 1 0
      src/main/frontend/schema/handler/common_config.cljc
  2. 1 0
      templates/config.edn

+ 1 - 0
src/main/frontend/schema/handler/common_config.cljc

@@ -62,6 +62,7 @@
               :string]]
     [:ref/default-open-blocks-level :int]
     [:ref/linked-references-collapsed-threshold :int]
+    [:graph/settings [:map-of :keyword :boolean]]
     [:favorites [:vector :string]]
     ;; There isn't a :float yet
     [:srs/learning-fraction float?]

+ 1 - 0
templates/config.edn

@@ -288,6 +288,7 @@
  ;; :graph/settings
  ;; {:orphan-pages?  true   ; Default value: true
  ;;  :builtin-pages? false  ; Default value: false
+ ;;  :excluded-pages? false ; Default value: false
  ;;  :journal?       false} ; Default value: false
 
  ;; Favorites to list on the left sidebar