The settings.json
file in the project root directory stores the component template settings. When you initialize the component scaffolding template, this is the default configuration of the settings.json
file:
{
"name": "site-ewizard-settings-json",
"id": "6e1d29bd-f6f8-4fa8-bdee-bb1ef7509f8a",
"localization": {
"current": "eng",
"original": "",
"langs": [
"eng"
]
},
"browserslist": [
"last 2 versions"
],
"uncss": false
}
Field | Description |
| The component template name. |
| The unique ID of the created component. |
| Information about the current localization and available languages of the component template. |
| Define the supported browsers for demonstrating your component. This configuration is applicable in prefixing the CSS rules and polyfilling JS. The exporting engine applies these settings only when building the component for the target CLM app. For more information, see the Browserslist configuration syntax. |
For more information about settings in other template types, see Configuration.