Sha256: fb1dfe3753028d677742b2a19b152d97bbac7aa7304755f498387ea8cc3f0519
Contents?: true
Size: 578 Bytes
Versions: 10
Compression:
Stored size: 578 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. # # 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:collection_resource <%= class_name %>` attributes: {}
Version data entries
10 entries across 10 versions & 1 rubygems