craftcms / element-api

Create a JSON API/Feed for your elements in Craft.
MIT License
498 stars 57 forks source link

Craft\EntryModel.summary is not defined #24

Closed stefanfriedrich closed 7 years ago

stefanfriedrich commented 7 years ago

in the given example craft produces a bug, because entry.summary is not defined. (Craft-2.6.2950)

angrybrad commented 7 years ago

The example code is assuming you've got a custom field named summary for whatever section you're pulling entry data from.