solspace / craft-calendar

Calendar for Craft: The most reliable and powerful event management plugin for Craft.
http://docs.solspace.com/craft/calendar/v5
Other
15 stars 14 forks source link

No Preview available #244

Closed outline4 closed 10 months ago

outline4 commented 10 months ago

Describe the bug or issue you're experiencing

I don't see a preview button?

Steps to reproduce

  1. I've added a url and a template to the calendar

Expected behavior

It should display a preview button in order to preview the entry.

Craft & Plugin Info (please complete the following information):

outline4 commented 10 months ago

Although I've added a template and url in the site setting of the calendar, I forgot that the demo templates were in html.

Adding ->defaultTemplateExtensions(['html', 'twig'])to the config file solved the problem!

YAY