# RecordM Customization Structure
The recordm
folder contains one main subfolder of importance: customUI
folder, which in turn has its own structure, as shown below.
These folders contain the front-end files of customizations (added through cob-cli customize
). When doing alterations to the front-end of RecordM (adding a button, changing a color, etc.) these changes are made in these folders, depending on the change being made.
Similarly to in the IntegrationM folder, files that start with _
mean they are of a customization. The dash
folder itself is a specific folder associated with the Dashboard customization.
In these folders, you'll find a customizations.css
and customizations2.js
. These files hold the imports of other files, thus making them available throughout the application. For more information, check the customization documentation.