Sha256: 322dbe1952a750afe0cd243183fb961b3f8b61e658b20b6c195a2b3010ee0d52
Contents?: true
Size: 572 Bytes
Versions: 21
Compression:
Stored size: 572 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 <%= class_name %>` attributes: {}
Version data entries
21 entries across 21 versions & 1 rubygems