add vorthos box to info module (#163)
Vorthos box wants to inhabit the same space as Secondary Copyright when that's unused, but move to the bottom if it is used. Co-authored-by: cajun <12363371+CajunAvenger@users.noreply.github.com>
This commit is contained in:
@@ -3217,7 +3217,7 @@ card field:
|
||||
card list name: Vorthos Box
|
||||
card list column: 1223
|
||||
card list width: 150
|
||||
script: extra_card.vorthos_box or else ""
|
||||
script: if value == "" then extra_card.vorthos_box or else "" else value
|
||||
card field:
|
||||
type: text
|
||||
name: vorthos box 2
|
||||
@@ -3226,7 +3226,7 @@ card field:
|
||||
card list name: Vorthos Box 2
|
||||
card list column: 1224
|
||||
card list width: 150
|
||||
script: extra_card.vorthos_box_2 or else ""
|
||||
script: if value == "" then extra_card.vorthos_box_2 or else "" else value
|
||||
|
||||
############################################################## Old frame copyright line
|
||||
card field:
|
||||
|
||||
Reference in New Issue
Block a user