mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-10 04:57:00 -04:00
feat: super sloppy way of adding more card list columns (created, modified, notes)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user