diff options
author | A Thousand Ships <96648715+AThousandShips@users.noreply.github.com> | 2024-02-23 15:16:01 +0100 |
---|---|---|
committer | A Thousand Ships <96648715+AThousandShips@users.noreply.github.com> | 2024-02-23 19:48:53 +0100 |
commit | 9e6158d687c20885421e295b47e52c8fbf77b717 (patch) | |
tree | 6e7f7e1b9af8273e8cee737590a7ab3f19dddd9f /platform/web | |
parent | 87d40ba743ff3a3a484db051c11b16559604efa9 (diff) | |
download | redot-engine-9e6158d687c20885421e295b47e52c8fbf77b717.tar.gz |
[Docs] Fix some experimental/deprecated hints
Diffstat (limited to 'platform/web')
-rw-r--r-- | platform/web/doc_classes/EditorExportPlatformWeb.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/platform/web/doc_classes/EditorExportPlatformWeb.xml b/platform/web/doc_classes/EditorExportPlatformWeb.xml index 75125e2708..c6e506ab9f 100644 --- a/platform/web/doc_classes/EditorExportPlatformWeb.xml +++ b/platform/web/doc_classes/EditorExportPlatformWeb.xml @@ -28,9 +28,8 @@ The custom HTML page that wraps the exported web build. If left empty, the default HTML shell is used. For more information, see the [url=$DOCS_URL/tutorials/platform/web/customizing_html5_shell.html]Customizing HTML5 Shell[/url] tutorial. </member> - <member name="html/experimental_virtual_keyboard" type="bool" setter="" getter=""> + <member name="html/experimental_virtual_keyboard" type="bool" setter="" getter="" experimental=""> If [code]true[/code], embeds support for a virtual keyboard into the web page, which is shown when necessary on touchscreen devices. - [b]Warning:[/b] This feature is experimental and may be changed in a future release. </member> <member name="html/export_icon" type="bool" setter="" getter=""> If [code]true[/code], the project icon will be used as the favicon for this application's web page. |