Skip to content

Instantly share code, notes, and snippets.

@davidmcclure
Created March 27, 2014 00:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save davidmcclure/9797096 to your computer and use it in GitHub Desktop.
Save davidmcclure/9797096 to your computer and use it in GitHub Desktop.
{
"exhibits": {
"table" : "Exhibit",
"result_type" : "Exhibit",
"tagged" : true,
"flag" : "public",
"fields": [
"title",
"description"
],
"children": {
"exhibit_pages": {
"table" : "ExhibitPage",
"result_type" : "Exhibit Page",
"parent_key" : "exhibit_id",
"fields" : [
"title", {
"field" : "text",
"label" : "Page Text",
"facet" : false,
"is_title" : false,
"remote" : {
"table" : "ExhibitPageEntry",
"key" : "page_id"
}
}
]
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment