Browse Source

Disable dwim lists now that block based lists exist

Gabriel Horner 2 years ago
parent
commit
45b3054b89
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/main/frontend/util/thingatpt.cljs

+ 1 - 1
src/main/frontend/util/thingatpt.cljs

@@ -177,7 +177,7 @@
    :block-ref?       true
    :page-ref?        true
    :properties?      true
-   :list?            true})
+   :list?            false})
 
 (defn get-setting [setting]
   (let [value (get-in (state/get-config) [:dwim/settings setting])]