Discussions
'created_at' property returns nothing for content entries
almost 9 years ago by Zsolt Vad
Hi!
If I try to access the 'created_at' property in a liquid tag it returns nil (I think). I've tested it both in my Wagon and in my CMS project.
My gems:
gem 'locomotivecms', '~> 3.0.0'
gem 'locomotivecms_steam', '~> 1.0.0'
gem 'locomotivecms_wagon', '~> 2.0.0'
My custom (faq) content_type:
https://dl.dropboxusercontent.com/u/16954780/Locomotive/faqs.yml
Liquid template:
https://dl.dropboxusercontent.com/u/16954780/Locomotive/faqs.liquid
But if I try to access other properties like '_label, _permalink, ...' they returns the correct values.
Thanks for any help!