diff options
author | Chocobozzz <me@florianbigard.com> | 2022-01-20 09:35:06 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2022-01-20 09:35:06 +0100 |
commit | 071f3e519cbd3184b59ee728fe96c5c29b7792b9 (patch) | |
tree | 2c3f9e678833a7ed8947b718d55a36b4304b94bc /client/src/app/+signup | |
parent | 4abc7b053ae6f3f5499c27a71d464f7f389711e9 (diff) | |
download | PeerTube-071f3e519cbd3184b59ee728fe96c5c29b7792b9.tar.gz PeerTube-071f3e519cbd3184b59ee728fe96c5c29b7792b9.tar.zst PeerTube-071f3e519cbd3184b59ee728fe96c5c29b7792b9.zip |
Plugins can add custom instance infobox
Diffstat (limited to 'client/src/app/+signup')
-rw-r--r-- | client/src/app/+signup/+register/register.component.html | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/client/src/app/+signup/+register/register.component.html b/client/src/app/+signup/+register/register.component.html index b51f08a4c..2d0e6e865 100644 --- a/client/src/app/+signup/+register/register.component.html +++ b/client/src/app/+signup/+register/register.component.html | |||
@@ -17,7 +17,10 @@ | |||
17 | <my-custom-stepper linear *ngIf="!signupDone"> | 17 | <my-custom-stepper linear *ngIf="!signupDone"> |
18 | <cdk-step [stepControl]="formStepTerms" i18n-label="Stepper label for the registration page describing terms of service" label="Terms"> | 18 | <cdk-step [stepControl]="formStepTerms" i18n-label="Stepper label for the registration page describing terms of service" label="Terms"> |
19 | <div class="instance-information"> | 19 | <div class="instance-information"> |
20 | <my-instance-about-accordion (init)="onInstanceAboutAccordionInit($event)" [panels]="instanceInformationPanels"></my-instance-about-accordion> | 20 | <my-instance-about-accordion |
21 | (init)="onInstanceAboutAccordionInit($event)" [panels]="instanceInformationPanels" | ||
22 | pluginScope="signup" pluginHook="filter:signup.instance-about-plugin-panels.create.result" | ||
23 | ></my-instance-about-accordion> | ||
21 | </div> | 24 | </div> |
22 | 25 | ||
23 | <my-register-step-terms | 26 | <my-register-step-terms |