still_image.lua 464 B

123456789101112
  1. return {
  2. uri = "pas:StillImage",
  3. label = "Still Image",
  4. broader = "artifact",
  5. --[[ Default file model: when a file is deposited and marked with
  6. this content model, the submission process automatically creates a file
  7. resources that becomes the only member of this artifact. This field
  8. indicates the content model to use for that file resource. If not
  9. specified, `file` is used. ]]
  10. default_fmodel = "still_image_file",
  11. }