Skip to content

Instantly share code, notes, and snippets.

View nfourtythree's full-sized avatar

Nathaniel Hammond nfourtythree

View GitHub Profile
@nfourtythree
nfourtythree / craft-json-plugin
Last active August 29, 2015 14:01
Craft json plugin
// Template Tag
{{ entries | examplePlugin(
"id",
"title",
"category.title",
"myRelatedField.title",
"myRelatedField.customField",
"myRelatedField.itsRelatedField.title") | raw }}