Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -4138,6 +4138,14 @@ take the following attributes:
If set to true, the time appears in the pill label when the scale is set on week or month. (e.g.
`7:00 AM - 11:00 AM (4h) - DST Task 1`)

``buffer_start``
Name of the field containing the duration (as a float in hours) to be displayed before the record's start time.
Renders a distinct pre-task margin adjacent to the main pill.

``buffer_stop``
Name of the field containing the duration (as a float in hours) to be displayed after the record's end time.
Renders a distinct post-task margin adjacent to the main pill.

``thumbnails``
This allows to display a thumbnail next to groups name if the group is a relationnal field.
This expects a python dict which keys are the name of the field on the active model.
Expand Down