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:
parent
972de8f111
commit
f45c7cc770
4 changed files with 28 additions and 30 deletions
|
@ -45,6 +45,9 @@ export class InstanceService {
|
|||
codeOfConduct: '',
|
||||
moderationInformation: '',
|
||||
administrator: '',
|
||||
creationReason: '',
|
||||
maintenanceLifetime: '',
|
||||
businessModel: '',
|
||||
hardwareInformation: ''
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue