Skip to content

Instantly share code, notes, and snippets.

@przeor
Created January 31, 2014 13:08
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 przeor/8731784 to your computer and use it in GitHub Desktop.
Save przeor/8731784 to your computer and use it in GitHub Desktop.
{
"_id" : ObjectId("52e25351e02208603ea681a0"),
"collection" : "mediadata",
"templateHtml" : "template/media.html",
"templateName" : "media",
"fields" : [
{
"label" : "Title",
"field" : "title",
"type" : "text",
"required" : true
},
{
"label" : "Description",
"field" : "description",
"type" : "html",
"required" : true
},
{
"label" : "Other Metadata",
"field" : "otherMetadata",
"type" : "html",
"required" : false
},
{
"label" : "deafultSearchValue",
"field" : "deafultSearchValue",
"type" : "text",
"required" : true
},
{
"label" : "searchEngine",
"field" : "searchEngine",
"type" : "text",
"required" : true
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment