From fe30ba5180a8dd28a9b98907e9dbe7ec20d85759 Mon Sep 17 00:00:00 2001 From: Jeff Ohrstrom Date: Thu, 14 Mar 2024 11:15:06 -0400 Subject: [PATCH] add favorites to the path_selector (#952) --- source/how-tos/app-development/interactive/form-widgets.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/source/how-tos/app-development/interactive/form-widgets.rst b/source/how-tos/app-development/interactive/form-widgets.rst index b2df20bd5..8b1a84f49 100755 --- a/source/how-tos/app-development/interactive/form-widgets.rst +++ b/source/how-tos/app-development/interactive/form-widgets.rst @@ -143,6 +143,9 @@ Form Widgets ``show_files`` is a boolean flag to show files or not. This defaults to true - it will show files. + ``favorites`` allows you to override the :ref:`favorite paths you've added + in files menu `. + .. code-block:: yaml path: @@ -150,6 +153,9 @@ Form Widgets directory: "/fs/ess/project" show_hidden: true show_files: false + favorites: + - /fs/ess + - /fs/scratch ==================================================================