From bfad91da56c1523a9341eef85f057e82b2f0f0fe Mon Sep 17 00:00:00 2001 From: Hugo Locurcio Date: Mon, 15 Aug 2022 11:28:28 +0200 Subject: [PATCH] Document custom feature tags not being used when running from editor (cherry picked from commit a849a3b6a5efe1849751f331d34e8d2a589c742e) --- tutorials/export/feature_tags.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/tutorials/export/feature_tags.rst b/tutorials/export/feature_tags.rst index fd3bbfd30..7c7988bd3 100644 --- a/tutorials/export/feature_tags.rst +++ b/tutorials/export/feature_tags.rst @@ -105,6 +105,13 @@ field in the *export preset* used to generate it: .. image:: img/feature_tags1.png +.. note:: + + Custom feature tags are only used when running the exported project + (including with :ref:`doc_one-click_deploy`). They are **not used** when + running the project from the editor, even if the export preset marked as + **Runnable** for your current platform has custom feature tags defined. + Overriding project settings ---------------------------