-
-
Notifications
You must be signed in to change notification settings - Fork 11
Description
With the format "moderntimeline", it’s currently not possible to pass parameters (properties) with multiple values to the template for the slide area. When the query results in multiple values for a print-property, only the first value will be passed through to the template; the other values will be ignored and are thus not available within the template domain.
I've found a "workaround" for this issue (simply querying for the desired values), but that would technically be very inefficient for timelines with many events/dates. Every event will then result in one or more queries for displaying information...
The desired solution would be - imho - that all values will be passed through the template, f.e. separated by semicolons. The #arraymap parser function can then be used for further handling of the data for display.
Example of current situation (still under development, so might change): TheaterEncyclopedie