Compile Time Changes

Changes to CardConfig

Field showPreview has been renamed to activate.

# CardConfig
Old: public bool showPreview=true;
New: public bool activate = true;