Sha256: 00a52dbe5f5ebf54af2b79db98f45c71321604ce300de3a2fa394ef4d15b089d

Contents?: true

Size: 687 Bytes

Versions: 5

Compression:

Stored size: 687 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.
# Please note: If using Valkyrie's Fedora Metadata Adapter, predicates for attributes
# must be placed here.
#
# 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

5 entries across 5 versions & 1 rubygems

Version Path
hyrax-5.0.2 lib/generators/hyrax/collection_resource/templates/collection_metadata.yaml
hyrax-5.0.1 lib/generators/hyrax/collection_resource/templates/collection_metadata.yaml
hyrax-5.0.0 lib/generators/hyrax/collection_resource/templates/collection_metadata.yaml
hyrax-5.0.0.rc3 lib/generators/hyrax/collection_resource/templates/collection_metadata.yaml
hyrax-5.0.0.rc2 lib/generators/hyrax/collection_resource/templates/collection_metadata.yaml