Control which block properties are hidden in view mode

  1. Go to Settings and click Edit config.edn
  2. Find these rows @sabre23t mentioned

;; hide specific properties for blocks
;; E.g. #{:created-at :updated-at}
;; :block-hidden-properties #{}

  1. delete the two semi-colons in front of the :block-hidden-properties row – it should change color
  2. enter the properties you want to hide into the curly brackets on this row, preceded by a colon and separated by spaces, as shown in the example in the row above
1 Like