aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared/shared-custom-markup/custom-markup-help.component.ts
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2021-05-31 11:01:42 +0200
committerChocobozzz <me@florianbigard.com>2021-05-31 11:01:42 +0200
commit15f35256af15b97d2298cc44e76ffcafe73a1c88 (patch)
treec90887f52c56d4107d956396ab19aafe04e700e6 /client/src/app/shared/shared-custom-markup/custom-markup-help.component.ts
parent462271edd693cffb9242ca1e33d64cb0423e4b29 (diff)
downloadPeerTube-15f35256af15b97d2298cc44e76ffcafe73a1c88.tar.gz
PeerTube-15f35256af15b97d2298cc44e76ffcafe73a1c88.tar.zst
PeerTube-15f35256af15b97d2298cc44e76ffcafe73a1c88.zip
Add help to custom markdown textarea
Diffstat (limited to 'client/src/app/shared/shared-custom-markup/custom-markup-help.component.ts')
-rw-r--r--client/src/app/shared/shared-custom-markup/custom-markup-help.component.ts8
1 files changed, 8 insertions, 0 deletions
diff --git a/client/src/app/shared/shared-custom-markup/custom-markup-help.component.ts b/client/src/app/shared/shared-custom-markup/custom-markup-help.component.ts
new file mode 100644
index 000000000..0a5a67794
--- /dev/null
+++ b/client/src/app/shared/shared-custom-markup/custom-markup-help.component.ts
@@ -0,0 +1,8 @@
1import { Component } from '@angular/core'
2
3@Component({
4 selector: 'my-custom-markup-help',
5 templateUrl: './custom-markup-help.component.html'
6})
7export class CustomMarkupHelpComponent {
8}