Sha256: 7710a506312c08dd71a37f4ad41a621979100425e7d9aeb508bffe2e65c8b68f
Contents?: true
Size: 574 Bytes
Versions: 4
Compression:
Stored size: 574 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 GenericWorkResource` attributes: {}
Version data entries
4 entries across 4 versions & 1 rubygems