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

Version Path
hyrax-5.0.0.rc1 lib/generators/hyrax/collection_resource/templates/collection_metadata.yaml
hyrax-3.6.0 lib/generators/hyrax/collection_resource/templates/collection_metadata.yaml
hyrax-4.0.0 lib/generators/hyrax/collection_resource/templates/collection_metadata.yaml
hyrax-4.0.0.rc3 lib/generators/hyrax/collection_resource/templates/collection_metadata.yaml
hyrax-4.0.0.rc2 lib/generators/hyrax/collection_resource/templates/collection_metadata.yaml
hyrax-4.0.0.rc1 lib/generators/hyrax/collection_resource/templates/collection_metadata.yaml
hyrax-3.5.0 lib/generators/hyrax/collection_resource/templates/collection_metadata.yaml
hyrax-4.0.0.beta2 lib/generators/hyrax/collection_resource/templates/collection_metadata.yaml
hyrax-3.4.2 lib/generators/hyrax/collection_resource/templates/collection_metadata.yaml
hyrax-4.0.0.beta1 lib/generators/hyrax/collection_resource/templates/collection_metadata.yaml