From adfe2764e355a5bc66de00a82ecd5269d6723352 Mon Sep 17 00:00:00 2001 From: Raphael Michel Date: Mon, 25 Jul 2022 12:20:15 +0200 Subject: [PATCH] Docs: Add Exhibitor API config property terms_url --- doc/plugins/exhibitors.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/plugins/exhibitors.rst b/doc/plugins/exhibitors.rst index c85844106..e79c1ea95 100644 --- a/doc/plugins/exhibitors.rst +++ b/doc/plugins/exhibitors.rst @@ -532,6 +532,7 @@ event object Object describi ├ imprint_url string URL to legal notice page. If not ``null``, a button in the app should link to this page. ├ privacy_url string URL to privacy notice page. If not ``null``, a button in the app should link to this page. ├ help_url string URL to help page. If not ``null``, a button in the app should link to this page. +├ terms_url string URL to terms of service. If not ``null``, a button in the app should link to this page. ├ logo_url string URL to event logo. If not ``null``, this logo may be shown in the app. ├ slug string Event short form └ organizer string Organizer short form @@ -567,6 +568,7 @@ scan_types list of objects Only used for a "imprint_url": null, "privacy_url": null, "help_url": null, + "terms_url": null, "logo_url": null, "organizer": "sampleconf" },