Sha256: 37b06ad49f7097cf5572f753672a9bbccbd7d16d225f303fa17d025f75820c2f

Contents?: true

Size: 1.24 KB

Versions: 4

Compression:

Stored size: 1.24 KB

Contents

{
	"title"  : "User Access Editor",
	"fields" : [
		{
			"id" : "_koda_type",
			"defaultValue" : "/koda/koda-types/koda-access.json"
		},
		{
			"id" : "_koda_hidden_file",
			"defaultValue" : "true"
		},
		{
			"id" : "_koda_editor",
			"defaultValue" : "/koda/koda-editors/generic-editor.html"
		},
		{
			"id" : "datecreated",
			"defaultValue" : "<%=timestamp%>"
		},
		{
			"id" : "alias",
			"defaultValue" : "access-control"
		},
		{
			"id" : "read_users",
			"title" : "Users with read access",
			"description" : "Comma separated users that are allowed to view this collection (* for all, - for admin only)",
			"control" : "input-text",
			"properties" : "required",
			"defaultValue" : "*"
		},
		{
			"id" : "write_users",
			"title" : "Users with write access",
			"description" : "Comma separated users that are allowed to write to this collection (* for all, - for admin only)",
			"control" : "input-text",
			"properties" : "required",
			"defaultValue" : "*"
		},
		{
			"id" : "modify_users",
			"title" : "Users with modify access",
			"description" : "Comma separated users that are allowed to write to this collection (* for all, - for admin only)",
			"control" : "input-text",
			"properties" : "required",
			"defaultValue" : "*"
		}
	]
}

Version data entries

4 entries across 4 versions & 1 rubygems

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