Pārlūkot izejas kodu

Add missing subkey and schema key as part of #9325

Gabriel Horner 2 gadi atpakaļ
vecāks
revīzija
74e53c3f03

+ 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