diff --git a/content/developer/reference/user_interface/view_architectures.rst b/content/developer/reference/user_interface/view_architectures.rst index cea14373d..0f1891899 100644 --- a/content/developer/reference/user_interface/view_architectures.rst +++ b/content/developer/reference/user_interface/view_architectures.rst @@ -3302,6 +3302,17 @@ Their root element is ````. Available attributes on the root node are: :type: bool :default: `False` +.. attribute:: show_date_picker + :noindex: + + By default, a mini calendar (in month mode) is displayed in the side panel, + next to the main calendar. This option allows to remove it by setting it to + `False`. + + :requirement: Optional + :type: bool + :default: `True` + .. attribute:: form_view_id :noindex: