- Go to Settings and click Edit config.edn
- Find these rows @sabre23t mentioned
;; hide specific properties for blocks
;; E.g. #{:created-at :updated-at}
;; :block-hidden-properties #{}
- delete the two semi-colons in front of the
:block-hidden-properties
row – it should change color - 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