Sha256: 211c508601d7523637f044f82a70a14ba9fb1b7137e6d56c7ca70dddb9ae3a5f
Contents?: true
Size: 566 Bytes
Versions: 6
Compression:
Stored size: 566 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:work_resource GenericWork` attributes: {}
Version data entries
6 entries across 6 versions & 1 rubygems