Sha256: 528530c4cce711c3b9853a645ff3f58ce17527c1b1d1e67def01d2a263252420
Contents?: true
Size: 1.31 KB
Versions: 4
Compression:
Stored size: 1.31 KB
Contents
{ "title" : "Koda Media Editor", "fields" : [ { "id" : "_koda_type", "defaultValue" : "/koda/koda-types/koda-media.json" }, { "id" : "_koda_editor", "defaultValue" : "/koda/koda-editors/generic-editor.html" }, { "id" : "_koda_indexes", "defaultValue" : "name,tags" }, { "id" : "datecreated", "defaultValue" : "<%=timestamp%>" }, { "id" : "name", "title" : "Name", "description" : "The name of the image", "control" : "input-text", "properties" : "required", "defaultValue" : "" }, { "id" : "alias", "title" : "Alias", "description" : "This will be generated from the title", "control" : "input-readonly", "defaultValue" : "" }, { "id" : "mime_type", "title" : "Mime Type", "description" : "Pick the type of file to upload", "control" : "collection", "values" : "application/pdf,application/zip, application/gzip,image/gif,image/jpeg,image/png,audio/mpeg,audio/ogg,video/mpeg,video/mp4,video/x-flv", "defaultValue" : "image/png" }, { "id" : "media_file", "title" : "File to upload", "description" : "The media file to upload", "control" : "mediaupload", "defaultValue" : "" }, { "id" : "tags", "title" : "Tags", "description" : "Comma separated", "control" : "input-text", "defaultValue" : "" } ] }
Version data entries
4 entries across 4 versions & 1 rubygems