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

Version Path
hyrax-5.0.0.rc1 lib/generators/hyrax/work_resource/templates/metadata.yaml
hyrax-3.6.0 lib/generators/hyrax/work_resource/templates/metadata.yaml
hyrax-4.0.0 lib/generators/hyrax/work_resource/templates/metadata.yaml
hyrax-4.0.0.rc3 lib/generators/hyrax/work_resource/templates/metadata.yaml
hyrax-4.0.0.rc2 lib/generators/hyrax/work_resource/templates/metadata.yaml
hyrax-4.0.0.rc1 lib/generators/hyrax/work_resource/templates/metadata.yaml
hyrax-3.5.0 lib/generators/hyrax/work_resource/templates/metadata.yaml
hyrax-4.0.0.beta2 lib/generators/hyrax/work_resource/templates/metadata.yaml
hyrax-3.4.2 lib/generators/hyrax/work_resource/templates/metadata.yaml
hyrax-4.0.0.beta1 lib/generators/hyrax/work_resource/templates/metadata.yaml
hyrax-3.4.1 lib/generators/hyrax/work_resource/templates/metadata.yaml
hyrax-3.4.0 lib/generators/hyrax/work_resource/templates/metadata.yaml
hyrax-3.3.0 lib/generators/hyrax/work_resource/templates/metadata.yaml
hyrax-3.2.0 lib/generators/hyrax/work_resource/templates/metadata.yaml
hyrax-3.1.0 lib/generators/hyrax/work_resource/templates/metadata.yaml
hyrax-3.0.2 lib/generators/hyrax/work_resource/templates/metadata.yaml
hyrax-3.0.1 lib/generators/hyrax/work_resource/templates/metadata.yaml
hyrax-3.0.0 lib/generators/hyrax/work_resource/templates/metadata.yaml
hyrax-3.0.0.pre.rc4 lib/generators/hyrax/work_resource/templates/metadata.yaml
hyrax-3.0.0.pre.rc3 lib/generators/hyrax/work_resource/templates/metadata.yaml