Hi everyone.
I am trying to create a new entry using the Statamic Control Panel.
I completed the fields and selected an image, then I clicked on "Save and Publish".
But when I go to the URL the new entry exist but the image is not.
I inspect and the src cames "" empty.
When I open the source file "newentry.md" the header of the file is like this:
---
title: New entry
author: Jack
created: Mon, 01/12/2015 (for example)
picture: null
---
So picture is setted as null.
If I go to the img directory ,what I have setted on my fields.yaml file, the image is not there. So does not update the image when I create a new entry.
Can some one help me with this?
Regards. Jack.