Last updated 7 years ago
Was this helpful?
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 section to discover how to use all the settings in your application.