Skip to content

YamlSlotNone

olialb edited this page Jun 8, 2026 · 1 revision

Slot class None (Empty Slot)

The slot class None can be used to skip slots in the card and keep the slot empty. The slot class None has no attrubutes.

Examples:

    ...
    slots:
     - class: None  #Skip this slot
     - class:       #Empty class name is equivalent to None. This slot is also skipped

image

Clone this wiki locally