Skip to content

Commit

Permalink
Merge pull request #735 from seth-shaw-unlv/issue-1276
Browse files Browse the repository at this point in the history
Add 'Original Name' field storage
  • Loading branch information
mjordan authored Oct 22, 2019
2 parents 1e0b98e + f59ee71 commit ed239b5
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
1 change: 1 addition & 0 deletions islandora.module
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ function islandora_rdf_namespaces() {
'use' => 'http://pcdm.org/use#',
'iana' => 'http://www.iana.org/assignments/relation/',
'premis' => 'http://www.loc.gov/premis/rdf/v1#',
'premis3' => 'http://www.loc.gov/premis/rdf/v3/',
'co' => 'http://purl.org/co/',
];
}
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
langcode: en
status: true
dependencies:
enforced:
module:
- islandora_core_feature
module:
- media
id: media.field_original_name
field_name: field_original_name
entity_type: media
type: string_long
settings:
case_sensitive: false
module: core
locked: false
cardinality: 1
translatable: true
indexes: { }
persist_with_no_fields: false
custom_storage: false

0 comments on commit ed239b5

Please sign in to comment.