# Module properties

## $config

Holds the default configuration for this module

## $dependentCoreModules

An array of strings specifying the Core module names that are required by this module.

## $dependentAppModules

An array of strings specifying the App module names that are required by this module.

## $isConfigFile

Whether this module has its own configuration file.

**Default:** false

## $isConfigFileRequired

Whether the config file for this module is required to run the app.

**Default:** false
