From f45c7cc770963670b3f2f1ac11d3ee3afc84a7ec Mon Sep 17 00:00:00 2001 From: Florian CUNY Date: Mon, 30 Nov 2020 15:05:57 +0100 Subject: Added Markdown formatting in all the fields of the "About" page (#3371) * Added Markdown formatting in all the fields of the "About" page Fixes https://github.com/Chocobozzz/PeerTube/issues/3368 * Fixed compilation error in AboutInstanceComponent Moved creationReason, maintenanceLifetime and businessModel into the html dict * Removed textareaHeight for all md textareas in EditCustomConfig HTML * Fixed failing bundlewatch --- client/src/app/shared/shared-instance/instance.service.ts | 3 +++ 1 file changed, 3 insertions(+) (limited to 'client/src/app/shared/shared-instance') diff --git a/client/src/app/shared/shared-instance/instance.service.ts b/client/src/app/shared/shared-instance/instance.service.ts index fcfa59f28..0a30446df 100644 --- a/client/src/app/shared/shared-instance/instance.service.ts +++ b/client/src/app/shared/shared-instance/instance.service.ts @@ -45,6 +45,9 @@ export class InstanceService { codeOfConduct: '', moderationInformation: '', administrator: '', + creationReason: '', + maintenanceLifetime: '', + businessModel: '', hardwareInformation: '' } -- cgit v1.2.3