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