diff --git a/content/developer/reference/views.rst b/content/developer/reference/views.rst index f780ec43f..35a21f327 100644 --- a/content/developer/reference/views.rst +++ b/content/developer/reference/views.rst @@ -1505,6 +1505,12 @@ Possible children of the view element are: ``name`` (required) the name of the field to fetch + ``allow_group_range_value`` (optional) + whether a ``date`` or ``datetime`` field allows a value computed from a + group range (which consists of the first and last dates of the group). + Enables the 'quick create' and 'drag and drop' features when the kanban + view is grouped by that field. Default: false. + ``progressbar`` declares a progressbar element to put on top of kanban columns.