Create a CONFIG.properties file in your module’s config subdirectory. This file labels and configures a configuration layer in the ATG Control Center. You can set the following properties:
Property  | Description  | Example  | 
|---|
defaultForUpdates
  | If true, changes made to components are made in this configuration layer by default. This should typically be set to false, so that localconfig remains the default update layer.  | false
  | 
readOnly
  | If true, locks this configuration layer, preventing users from editing it.  | true
  | 
name
  | The display name to use in the ATG Control Center.  | Cheese Grater
  | 
module
  | The module name.  | CheeseGrater
  |