Sha256: dad32013d83ab36ce86865b4779a9c3c49379c4ecaf47c3de578930ee647b40d
Contents?: true
Size: 579 Bytes
Versions: 1
Compression:
Stored size: 579 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 CollectionResource` attributes: {}
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
hyrax-5.0.0.rc1 | .koppie/config/metadata/collection_resource.yaml |