Sha256: 925bd6f667bf151074e74cd179fad656cfd27ae013647cd2c0bf6e3d4ebfcb49
Contents?: true
Size: 507 Bytes
Versions: 10
Compression:
Stored size: 507 Bytes
Contents
# Simple yaml config-driven schema which is used to define model attributes, # index key names, and form properties. # # Originally generated with no metadata via # `rails generate hyrax:collection_resource CollectionResource` # # A few custom fields are added for testing purposes. --- attributes: target_audience: type: string form: primary: true multiple: true department: type: string form: primary: true course: type: string form: primary: false
Version data entries
10 entries across 10 versions & 1 rubygems