- Issue created by @mpractic
Sorry, I forgot to mention the first screenshot is for another calendar with the same content but using Fullcalendar View ( https://www.drupal.org/project/fullcalendar_view → )
I wanted to add a comment to #3482579 but I couldn't, sorry. I've tried the new release and it's a great improvement. Great job! Thanks a lot.
Do you think it will be possible at some point to include html tags on event titles?
I used to rewrite the title for something like:
<b>{{ title }}</b><br>
{{ field_status }}
And the status with something like:
<span class="badge badge-pill badge-status badge-{{ field_status__target_id }}">{{ field_status}}</span>
The result is something like this:
Instead of this:
Needs work
3.0
Code
Sorry, I forgot to mention the first screenshot is for another calendar with the same content but using Fullcalendar View ( https://www.drupal.org/project/fullcalendar_view → )