From 672c6806275ae3dcce4c63a04c41a76441e04650 Mon Sep 17 00:00:00 2001 From: Manuel Martin Date: Mon, 13 May 2024 15:34:18 +0200 Subject: [PATCH] Fix image size --- doc/add-ons.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/doc/add-ons.md b/doc/add-ons.md index e80a463ec7..10bcaffc34 100644 --- a/doc/add-ons.md +++ b/doc/add-ons.md @@ -35,7 +35,9 @@ To configure your add-ons you need to update the add-on configuration JSON in th Update the add-ons JSON config with your add-ons configuration: -![Room Config](img/addons-admin-config.png) +

+ +

There are currently two properties supported in the add-ons configuration: @@ -48,7 +50,9 @@ Once your configuration is saved, you can create or open a room in your instance Add-ons can also be enabled/disabled per room independently from the instance configuration. To override the instance configuration you can go to your room settings and change the add-ons enabled/disabled configuration there. The room add-ons configuration will take precedence over the instance configuration if it has been changed at least once. -![Room Config](img/addons-room-config.png) +

+ +

## Add-on development