Skip to content

Commit d0c233e

Browse files
committed
Updated config schema
1 parent 4b923aa commit d0c233e

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,15 @@ angular.module('framework').service('AngularEndpointsService', Framework.Endpoin
8484
"Match": "string",
8585
"ExcludeMatch": "string",
8686
"BaseTypeName": "string"
87-
]
87+
],
88+
89+
"GenerateViews": "boolean",
90+
"ViewsSourceDirectory": "string",
91+
"ViewsPattern": "string",
92+
"ViewsOutputDirectory": "string",
93+
"ViewsFileName": "string",
94+
"ViewsNamespace": "string",
95+
"UseViewsGroupingNamespace": "boolean",
8896
8997
"ScanOtherModules": "boolean",
9098
"WriteNamespaceAsModule": "boolean",

0 commit comments

Comments
 (0)