From 5a9a64939a661f6b60acdf04e101f7cbc1827061 Mon Sep 17 00:00:00 2001 From: "create-issue-branch[bot]" <53036503+create-issue-branch[bot]@users.noreply.github.com> Date: Tue, 20 Jul 2021 10:46:35 +0200 Subject: [PATCH] Document how plugins can add a custom favicon (#152) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Document how to use a custom favicon in plugins. * Create draft PR for #140 * add documentation on how plugins can show their custom favicons * Do not override app's static url path * Plural to singular * Update MIME type for ico extension Co-authored-by: nhoening Co-authored-by: Nicolas Höning Co-authored-by: F.N. Claessen --- documentation/changelog.rst | 1 + documentation/dev/plugins.rst | 38 +++++++++++++++++++++++++++++++++-- 2 files changed, 37 insertions(+), 2 deletions(-) diff --git a/documentation/changelog.rst b/documentation/changelog.rst index 28555a600..15346eb73 100644 --- a/documentation/changelog.rst +++ b/documentation/changelog.rst @@ -18,6 +18,7 @@ Infrastructure / Support * Add possibility to send errors to Sentry [see `PR #143 `_] * Add CLI task to monitor if tasks ran successfully and recently enough [see `PR #146 `_] +* Document how to use a custom favicon in plugins [see `PR #152 `_] v0.5.0 | June 7, 2021 diff --git a/documentation/dev/plugins.rst b/documentation/dev/plugins.rst index 3606a2ed4..59044bd93 100644 --- a/documentation/dev/plugins.rst +++ b/documentation/dev/plugins.rst @@ -10,7 +10,7 @@ A FlexMeasures plugin works as a `Flask Blueprint