Sha256: 3a5f2e0f9058818c68e65d14ee36965e73cd5b89d11014195ffcf6ad7152ab73

Contents?: true

Size: 1.81 KB

Versions: 4

Compression:

Stored size: 1.81 KB

Contents

{
	"title"  : "Koda Twitter Feed Editor",
	"fields" : [
		{
			"id" : "_koda_type",
			"defaultValue" : "/koda/koda-types/koda-twitterfeed.json"
		},	
		{
			"id" : "_koda_editor",
			"defaultValue" : "/koda/koda-editors/twitterfeed-editor.html"
		},
		{
			"id" : "_koda_indexes",
			"defaultValue" : "name,tags"
		},
		{
			"id" : "datecreated",
			"defaultValue" : "<%=timestamp%>"
		},
		{
			"id" : "showuserfeed",
			"title" : "Show a user feed?",
			"description" : "Do you want to show a user timeline?",
			"control" : "truefalse",
			"defaultValue" : false
		},
		{
			"id" : "name",
			"title" : "Twitter handle",
			"description" : "The screen name of the twitter feed",
			"control" : "input-text",
			"defaultValue" : ""
		},
		{
			"id" : "alias",
			"title" : "Alias",
			"description" : "This will be generated from the title",
			"control" : "input-readonly",
			"defaultValue" : ""
		},
		{
			"id" : "user_count",
			"title" : "How many?",
			"description" : "The amount of latest messages to include (1-10)",
			"control" : "input-range",
			"defaultValue" : "",
			"properties" : "min='1' max='10'"
		},
		{
			"id" : "showqueriedfeed",
			"title" : "Show a custom query?",
			"description" : "Do you want to show a custom feed based on a query?",
			"control" : "truefalse",
			"defaultValue" : false
		},
		{
			"id" : "query",
			"title" : "Custom query",
			"description" : "The query or tag to search",
			"control" : "input-text",
			"defaultValue" : ""
		},
		{
			"id" : "query_count",
			"title" : "How many?",
			"description" : "The amount of latest messages to include (1-10)",
			"control" : "input-range",
			"defaultValue" : "",
			"properties" : "min='1' max='10'"
		},
		{
			"id" : "tags",
			"title" : "Tags",
			"description" : "Comma separated",
			"control" : "input-text",
			"defaultValue" : ""
		}
	]
}

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
koda-0.0.12 public/koda/koda-types/koda-twitterfeed.json
koda-0.0.11 public/koda/koda-types/koda-twitterfeed.json
koda-0.0.9 public/koda/koda-types/koda-twitterfeed.json
koda-0.0.8 public/koda/koda-types/koda-twitterfeed.json