forked from 0x2620/pandora
rename files to documents and use media for media files
This commit is contained in:
parent
aaa153e19d
commit
8da6badf4c
27 changed files with 1010 additions and 856 deletions
|
|
@ -33,13 +33,13 @@
|
|||
"canEditFeaturedEdits": {"staff": true, "admin": true},
|
||||
"canEditFeaturedLists": {"staff": true, "admin": true},
|
||||
"canEditFeaturedTexts": {"staff": true, "admin": true},
|
||||
"canEditFiles": {"staff": true, "admin": true},
|
||||
"canEditMedia": {"staff": true, "admin": true},
|
||||
"canEditMetadata": {"staff": true, "admin": true},
|
||||
"canEditPlaces": {"staff": true, "admin": true},
|
||||
"canEditSitePages": {"staff": true, "admin": true},
|
||||
"canEditUsers": {"admin": true},
|
||||
"canImportAnnotations": {},
|
||||
"canManageFiles": {"staff": true, "admin": true},
|
||||
"canManageDocuments": {"staff": true, "admin": true},
|
||||
"canManagePlacesAndEvents": {"staff": true, "admin": true},
|
||||
"canManageTitlesAndNames": {"staff": true, "admin": true},
|
||||
"canManageUsers": {"staff": true, "admin": true},
|
||||
|
|
@ -50,7 +50,7 @@
|
|||
"canSeeAccessed": {"staff": true, "admin": true},
|
||||
"canSeeDebugMenu": {"staff": true, "admin": true},
|
||||
"canSeeExtraItemViews": {"staff": true, "admin": true},
|
||||
"canSeeFiles": {"staff": true, "admin": true},
|
||||
"canSeeMedia": {"staff": true, "admin": true},
|
||||
"canSeeItem": {"guest": 3, "member": 3, "friend": 4, "staff": 4, "admin": 4},
|
||||
"canSeeSize": {"friend": true, "staff": true, "admin": true},
|
||||
"canSeeSoftwareVersion": {"staff": true, "admin": true},
|
||||
|
|
@ -392,7 +392,7 @@
|
|||
"id": "resolution",
|
||||
"title": "Resolution",
|
||||
"type": ["integer"],
|
||||
"capability": "canSeeFiles",
|
||||
"capability": "canSeeMedia",
|
||||
"columnWidth": 90,
|
||||
"format": {"type": "resolution", "args": ["px"]},
|
||||
"sort": true
|
||||
|
|
@ -409,7 +409,7 @@
|
|||
"id": "pixels",
|
||||
"title": "Pixels",
|
||||
"type": "integer",
|
||||
"capability": "canSeeFiles",
|
||||
"capability": "canSeeMedia",
|
||||
"columnWidth": 90,
|
||||
"format": {"type": "value", "args": ["px"]},
|
||||
"sort": true
|
||||
|
|
@ -496,7 +496,7 @@
|
|||
"id": "bitrate",
|
||||
"title": "Bitrate",
|
||||
"type": "integer",
|
||||
"capability": "canSeeFiles",
|
||||
"capability": "canSeeMedia",
|
||||
"columnWidth": 60,
|
||||
"format": {"type": "value", "args": ["bps"]},
|
||||
"sort": true
|
||||
|
|
@ -505,7 +505,7 @@
|
|||
"id": "parts",
|
||||
"title": "Number of Parts",
|
||||
"type": "integer",
|
||||
"capability": "canSeeFiles",
|
||||
"capability": "canSeeMedia",
|
||||
"columnWidth": 60,
|
||||
"sort": true
|
||||
},
|
||||
|
|
@ -513,7 +513,7 @@
|
|||
"id": "numberoffiles",
|
||||
"title": "Number of Files",
|
||||
"type": "integer",
|
||||
"capability": "canSeeFiles",
|
||||
"capability": "canSeeMedia",
|
||||
"columnWidth": 60,
|
||||
"sort": true,
|
||||
"value": {"key": "files", "type": "length"}
|
||||
|
|
@ -522,7 +522,7 @@
|
|||
"id": "filename",
|
||||
"title": "Filename",
|
||||
"type": ["string"],
|
||||
"capability": "canSeeFiles",
|
||||
"capability": "canSeeMedia",
|
||||
"find": true
|
||||
},
|
||||
{
|
||||
|
|
@ -607,7 +607,7 @@
|
|||
{"id": "map", "title": "Map"},
|
||||
{"id": "calendar", "title": "Calendar"},
|
||||
{"id": "data", "title": "Data"},
|
||||
{"id": "files", "title": "Files"}
|
||||
{"id": "media", "title": "Media"}
|
||||
],
|
||||
// fixme: should be renamed to annotationLayers
|
||||
"layers": [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue