mattstauffer / craftcms-prune

CraftCMS Prune Twig plugin
49 stars 2 forks source link

Allow single element #3

Open russback opened 9 years ago

russback commented 9 years ago

It would be great if this allowed a single entry rather than an array of entries.

howardroark commented 9 years ago

Hey @russback ... Perhaps something like this ...

{{ craft.entries.section('news').first() | prune(['title', 'body'], {'single':true}) | json_encode() | raw }}