move configs, add extra documentation

This commit is contained in:
Samuel Cambien
2022-09-27 15:34:14 +02:00
parent 0824fff6ef
commit 8800b1e0e8
11 changed files with 62 additions and 27 deletions

View File

@@ -57,7 +57,7 @@ describe('ItemPageFieldComponent', () => {
describe('when markdown is disabled in the environment config', () => {
beforeEach(() => {
environment.enableMarkdown = false;
environment.markdown.enabled = false;
});
describe('and markdown is disabled in this component', () => {
@@ -88,7 +88,7 @@ describe('ItemPageFieldComponent', () => {
describe('when markdown is enabled in the environment config', () => {
beforeEach(() => {
environment.enableMarkdown = true;
environment.markdown.enabled = true;
});
describe('and markdown is disabled in this component', () => {