olivierbon / Placid

Placid is a Craft plugin which makes it easy to consume REST services in your twig templates
77 stars 5 forks source link

Issue with Widget #11

Closed engram-design closed 9 years ago

engram-design commented 9 years ago

When trying to add a new widget to the Dashboard (there are currently no other widgets), the following error is thrown:

screen shot 2015-06-12 at 2 12 11 pm

engram-design commented 9 years ago

Okay - so a quick fix for this is to add a _widgets folder and a placid folder inside that to your site's templates directory.

alecritson commented 9 years ago

Ahh thanks for pointing this out, yeah I need to improve the widgets functionality, to allow for better fallback/customisation of where your widget templates are stored.

alecritson commented 9 years ago

With update 1.3.9 This exception should no longer happen. You can also specify where your request templates live in the plugin settings.

engram-design commented 9 years ago

@alecritson Awesome! Love your work :+1: