local addon, ns = ...
local cfg = CreateFrame("Frame")
-- enable modules
cfg.Bags = true
cfg.BagsPoint = {"bottom", UIParent, 310, 4}
cfg.Coords = true
cfg.CoordsPoint = {"top", UIParent, 0, -20}
cfg.Durability = true
cfg.DurabilityPoint = {"bottom",UIParent, 640, 4}
cfg.Friends = true
cfg.FriendsPoint = {"bottom", UIParent, 420, 4}
cfg.Gold = true
cfg.GoldPoint = {"bottom", UIParent, 200, 4}
cfg.Guild = true
cfg.GuildPoint = {"bottom", UIParent, 530, 4}
cfg.Mail = true
cfg.MailPoint = {"bottom", Minimap, 0, -6}
cfg.Memory = true
cfg.MemoryPoint = {"bottom", UIParent, -640, 4}
cfg.MaxAddOns = 20
cfg.Positions = false
cfg.PositionsPoint = {"bottom", UIParent, 0, 4}
cfg.Spec = true
cfg.SpecPoint = {"bottom", UIParent, -425, 4}
cfg.System = true
cfg.SystemPoint = {"bottom", UIParent, -545, 4}
cfg.Time = true
cfg.TimePoint = {"top", Minimap, 0, 6}
--Fonts and Colors
cfg.Fonts = {"Fonts\\ARKai_T.ttf", 12,"outline"}
cfg.ColorClass = true
ns.cfg = cfg