Make koena connect picture configurable

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel
2021-05-18 16:33:32 +02:00
parent 9f4cc5d981
commit a56f28f98e
6 changed files with 8 additions and 1 deletions

View File

@@ -51,6 +51,7 @@
>
</b-navbar-item>
<b-navbar-item
v-if="config && config.features.koenaConnect"
class="koena"
tag="a"
href="https://mediation.koena.net/framasoft/mobilizon/"

View File

@@ -67,6 +67,7 @@ export const CONFIG = gql`
features {
groups
eventCreation
koenaConnect
}
auth {
ldap

View File

@@ -82,6 +82,7 @@ export interface IConfig {
features: {
eventCreation: boolean;
groups: boolean;
koenaConnect: boolean;
};
federating: boolean;
version: string;