Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 433 Bytes

File metadata and controls

16 lines (12 loc) · 433 Bytes

Settings

These are custom application settings that you can leverage in your application.

// Custom Settings
settings = {
    useSkins = true,
    myCoolArray = [1,2,3,4],
    skinsPath = "views/skins",
    myUtil = createObject("component","#appmapping#.model.util.MyUtility")
};

You can read our Using Settings section to discover how to use all the settings in your application.