- πΊπΈUnited States fallenturtle
@WorldFallz how did you make this work with contextual filters? I've been trying to control which month the calendar shows via URL arguments and nothing seems to work for me.
Instead of using either today's date or a fixed date, it'd be extremely useful to allow the start date to be dynamic.
Add a display setting to control the source of the start date, with 3 options:
Currently, site builders see a single form element for the fixed date, and if that date is empty, we use 'current date'.
Instead, they'd first see a set of radios to select the source.
Only if the source is 'Fixed date' would #states reveal the existing form element for the fixed date.
Write and test an upgrade path for the new setting?
Review / test
Commit
New setting (radios) on the display settings form.
Simplification of existing form element's description text (and only show it when needed).
None.
None. Storage for the new view display setting is handled automatically by views.
Fixed
2.0
User interface
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
@WorldFallz how did you make this work with contextual filters? I've been trying to control which month the calendar shows via URL arguments and nothing seems to work for me.