X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2F%2Badmin%2Fconfig%2Fedit-custom-config%2Fedit-custom-config.component.html;h=637484622ca64dcf9bcd3f7a6199f57f23eb5cfa;hb=0dc647775881eb1378b213a530996cd096de24ea;hp=52eb00d93f4accf0039190e53324ebb9e71d7abc;hpb=88108880bbdba473cfe36ecbebc1c3c4f972e102;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/app/+admin/config/edit-custom-config/edit-custom-config.component.html b/client/src/app/+admin/config/edit-custom-config/edit-custom-config.component.html index 52eb00d93..637484622 100644 --- a/client/src/app/+admin/config/edit-custom-config/edit-custom-config.component.html +++ b/client/src/app/+admin/config/edit-custom-config/edit-custom-config.component.html @@ -44,6 +44,15 @@
{{ formErrors.instance.terms }}
+
+ +
+
@@ -75,6 +84,7 @@
+
Signup
@@ -102,6 +112,7 @@
+
Users
@@ -130,6 +141,7 @@ +
Import
@@ -152,6 +164,47 @@ + +
Auto-blacklist
+ + + + + +
+ +
+ +
+
+
+ + +
Instance followers
+ + + + +
+ +
+ +
+ +
+
+
+ +
Administrator
@@ -309,18 +362,18 @@ helpType="custom" i18n-customHtml customHtml=" - Write directly CSS code. Example:
+ Write directly CSS code. Example:

-          body {{ '{' }}
-            background-color: red;
-          {{ '}' }}
+  #custom-css {{ '{' }}
+    color: red;
+  {{ '}' }}
                     
- Prepend with #custom-css to override styles. Example: + Prepend with #custom-css to override styles. Example:

-          #custom-css .logged-in-email {{ '{' }}
-            color: red;
-          {{ '}' }}
+  #custom-css .logged-in-email {{ '{' }}
+    color: red;
+  {{ '}' }}
                     
" >