Sha256: c9f2d47bee2360c91455ec5adf17e148f3cadbe56c3074503add5f1d64c440e2

Contents?: true

Size: 617 Bytes

Versions: 9

Compression:

Stored size: 617 Bytes

Contents

#-------------------
# Work Type Settings
# EXAMPLE - NOT A REAL SCHEMA
#-------------------
# Here we define metadata settings based on work type.
# This section specifies which properties (defined above)
# may be applied to each work type, and may specify display
# settings such as "required" or "hidden".
# 
# In the future, this may be extended to actually define 
# the work types for the application here.

work_types:
  work:
    properties:
      title:
      description:
        required: true
      creator:
      contributor:
      physical_extent:
      rights_license:
  lecture:
  course:
  gdao_work:

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
scooby_snacks-0.3.8 examples/example_config_2/metadata/local/work_types.yml
scooby_snacks-0.3.7 examples/example_config_2/metadata/local/work_types.yml
scooby_snacks-0.3.6 examples/example_config_2/metadata/local/work_types.yml
scooby_snacks-0.3.5 examples/example_config_2/metadata/local/work_types.yml
scooby_snacks-0.3.4 examples/example_config_2/metadata/local/work_types.yml
scooby_snacks-0.3.3 examples/example_config_2/metadata/local/work_types.yml
scooby_snacks-0.3.2 examples/example_config_2/metadata/local/work_types.yml
scooby_snacks-0.3.1 examples/example_config_2/metadata/local/work_types.yml
scooby_snacks-0.3 examples/example_config_2/metadata/local/work_types.yml