.mdx
Project Config
Each project must have mprove.yml config file:
mprove_dir: ./case_sensitive_string_filters: false format_number: ",.0f"currency_prefix: $currency_suffix: ""Reference
Project
| Name | Type | Default | Description |
|---|---|---|---|
| mprove_dir* | string | ./ | Relative subpath of the project repository to the folder that should be used by Mprove |
| case_sensitive_string_filters | boolean | false | for Store Models Specify whether string filters should be case sensitive |
| format_number | string | ',.0f' | Format Number. The default d3-format string if no overrides are specified in the fields. |
| currency_prefix | string | $ | Format Number - Symbol. The default d3-format currency prefix. |
| currency_suffix | string | '' | Format Number - Symbol. The default d3-format currency suffix. |