-
-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Labels
enhancementNew feature or requestNew feature or request
Description
It would be nice to have an option to read the configuration from file, so that we could add more advanced filters. Like white lists, or black lists for forms or entities. Or specify a list of forms. for example a file XrmTypesGen.config.json like this:
{
"entities": {
"account": "Account",
"contact": ["Contact", "Information"],
"lead": true
}
}Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request