You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: test-harness/modules_app/Inception/modules_app/api/ModuleConfig.cfc
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ this.viewParentLookup = (true) [boolean] (Optional) // If true, checks for v
9
9
this.layoutParentLookup = (true) [boolean] (Optional) // If true, checks for layouts in the parent first, then it the module.If false, then modules first, then parent.
10
10
this.entryPoint = "" (Optional) // If set, this is the default event (ex:forgebox:manager.index) or default route (/forgebox) the framework
11
11
will use to create an entry link to the module. Similar to a default event.
12
-
this.engineMapping = "The Engine Mapping to create";
12
+
this.classMapping = "The Engine Mapping to create";
13
13
this.modelNamespace = "The namespace to use for registered models, if blank it uses the name of the module."
14
14
this.dependencies = "The array of dependencies for this module"
0 commit comments