## [Plain Attributes](https://github.com/wri/gfw-mapbuilder/wiki/plain-attributes) Each application includes a set of attribute-value pairs which map builder users can customize by editing the values in the json file. Examples of features which can be edited include the title, subtitle, and logo for the application, the main language and alternative language for the application, the global GFW layers to include in the map, and the optional tabs to include in the application. Each plain attribute is either text, text url (url in quotes) or a Boolean (true/false). ## [Analysis Module](https://github.com/wri/gfw-mapbuilder/wiki/Analysis-Module-Configuration) The Analysis module provides users with the opportunity to define additional custom analysis modules. These modules are dependent on the gfw widgets registered to the GFW API so users who would like to define a custom module must first create and register and widget. ## [Layer Panel](https://github.com/wri/gfw-mapbuilder/wiki/Layer-Panel) The layer panel provides additional options for customizing layers and grouping the layers included in your application. ## Base Configuration: Below is an HTML file with the base configuration for mapbuilder which users can customize to meet their own needs. The configuration below reflects the latest version (v1.5) and will be updated to reflect the latest updates. The JSON configuration starts after the `config:` and users should reference the documentation on the Analysis Module, Layer Panel, and Plain Attributes to learn how to the edit the different components of the application. ```html