PSBT_MODULES =
{
    SETTINGS            = 'settings', -- saved variables
    OPTIONS             = 'options',  -- options panel
    COOLDOWNS           = 'cooldowns',
    COMBAT              = 'combat',
    AURAS               = 'auras',
    XP                  = 'experience',
    LOW                 = 'lowsomething',
    ULTIMATE            = 'ultimate',
}

PSBT_AREAS =
{
    NOTIFICATION        = '_Notifications',
    INCOMING            = '_Incoming',
    OUTGOING            = '_Outgoing',
    STATIC              = '_Static'
}

PSBT_SETTINGS =
{
    normal_font         = 'normal_font',
    sticky_font         = 'sticky_font'
}

PSBT_EVENTS =
{
    LOADED              = 'PSBT_LOADED',
    CONFIG              = 'PSBT_CONFIG',
    REGISTER_ANIMATIONS = 'PSBT_REGISTER_ANIMATIONS',
}

PSBT_SCROLL_DIRECTIONS =
{
    UP                  = 'up',
    DOWN                = 'down',
}

PSBT_ICON_SIDE =
{
    NONE = 'none',
    LEFT = 'left',
    RIGHT = 'right',
}