1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-03 17:59:37 +02:00

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
This commit is contained in:
Florian CUNY 2020-11-30 15:05:57 +01:00 committed by GitHub
parent 972de8f111
commit f45c7cc770
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 28 additions and 30 deletions

View file

@ -45,6 +45,9 @@ export class InstanceService {
codeOfConduct: '',
moderationInformation: '',
administrator: '',
creationReason: '',
maintenanceLifetime: '',
businessModel: '',
hardwareInformation: ''
}