[Question]: How Do I Remove The Footer Or Edit It? #1052
-
Contact DetailsWhat is your question?I want to edit the footer or delete it completely so if anybody can help i would appreciate it. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
The footer itself is located here: The text form the footer is translated in various languages. The translation files are here: |
Beta Was this translation helpful? Give feedback.
-
As of this PR: #1098 In your .env file add the following env variable CUSTOM_FOOTER="My custom footer" You can even make it empty to "remove" the footer CUSTOM_FOOTER="" |
Beta Was this translation helpful? Give feedback.
-
Somehow it is possible to use links in the footer like in the example. If I want to create a custom footer with a link in the .env file: Will just add this text to the footer, not formatted as HTML link. Can you help me? |
Beta Was this translation helpful? Give feedback.
As of this PR: #1098
In your .env file add the following env variable
CUSTOM_FOOTER="My custom footer"
You can even make it empty to "remove" the footer
CUSTOM_FOOTER=""