feat: super sloppy way of adding more card list columns (created, modified, notes)

This commit is contained in:
Brendan Hagan
2022-06-15 22:08:34 -04:00
parent 61be347976
commit 15ad48a5be
4 changed files with 66 additions and 4 deletions
+35 -1
View File
@@ -1110,4 +1110,38 @@ card field:
type: image
name: mainframe image 2
show statistics: false
description: An extra image of the card
description: An extra image of the card
############################# Exposing Internal Fields?
card field:
type: text
name: time created
show statistics: false
save value: false
editable: false
card list visible: true
card list name: Created At
card list column: 100
card list width: 150
card field:
type: text
name: time modified
show statistics: false
save value: false
editable: false
card list visible: true
card list name: Last Modified At
card list column: 101
card list width: 150
card field:
type: text
name: has notes
show statistics: false
save value: false
editable: false
card list visible: true
card list name: Has Notes
card list column: 102
card list width: 50