Sync config.example.yml with default-app-config for 7.4

This commit is contained in:
Tim Donohue
2022-10-06 12:20:37 -05:00
parent 5728f35f46
commit cebf2df4d2
2 changed files with 13 additions and 3 deletions

View File

@@ -370,6 +370,8 @@ export class DefaultAppConfig implements AppConfig {
enablePrivacyStatement: true
};
// Whether to enable Markdown (https://commonmark.org/) and MathJax (https://www.mathjax.org/)
// display in supported metadata fields. By default, only dc.description.abstract is supported.
markdown: MarkdownConfig = {
enabled: false,
mathjax: false,