Sha256: 805c4715828856ed111de40571649476e413bd6e4f19136c89bf28400735870f
Contents?: true
Size: 681 Bytes
Versions: 4
Compression:
Stored size: 681 Bytes
Contents
# Simple yaml config-driven schema which is used to define model attributes, # index key names, and form properties. # # Attributes must have a type but all other configuration options are optional. # Please note: If using Valkyrie's Fedora Metadata Adapter, predicates for attributes # must be placed here. # # attributes: # attribute_name: # type: string # multiple: false # index_keys: # - "attribute_name_sim" # form: # required: true # primary: true # multiple: false # # @see config/metadata/basic_metadata.yaml for an example configuration # # Generated via # `rails generate hyrax:work_resource <%= class_name %>` attributes: {}
Version data entries
4 entries across 4 versions & 1 rubygems