From e4b9877444b1bc82618652acd4f1b45e7acf3fb0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felix=20Sch=C3=A4fer?= Date: Fri, 10 Feb 2023 09:20:18 +0100 Subject: [PATCH] Docs: Remove duplicate entry in attribute table (#3111) --- doc/development/api/plugins.rst | 1 - 1 file changed, 1 deletion(-) diff --git a/doc/development/api/plugins.rst b/doc/development/api/plugins.rst index 4a268cdd3c..42a0354e63 100644 --- a/doc/development/api/plugins.rst +++ b/doc/development/api/plugins.rst @@ -55,7 +55,6 @@ visible boolean (optional) ``True`` by default, can hide a plugin s restricted boolean (optional) ``False`` by default, restricts a plugin such that it can only be enabled for an event by system administrators / superusers. experimental boolean (optional) ``False`` by default, marks a plugin as an experimental feature in the plugins list. -picture string (optional) Path to a picture resolvable through the static file system. compatibility string Specifier for compatible pretix versions. ================== ==================== ===========================================================