mirror of
https://github.com/silverstripe/silverstripe-dms
synced 2024-10-22 14:05:56 +02:00
31 lines
724 B
YAML
31 lines
724 B
YAML
TaxonomyType:
|
|
document:
|
|
Name: Document
|
|
not_a_document:
|
|
Name: Not A Document
|
|
|
|
TaxonomyTerm:
|
|
subject:
|
|
Name: Subject
|
|
Type: =>TaxonomyType.document
|
|
maths:
|
|
Name: Mathematics
|
|
Parent: =>TaxonomyTerm.subject
|
|
Type: =>TaxonomyType.document
|
|
science:
|
|
Name: Science
|
|
Parent: =>TaxonomyTerm.subject
|
|
Type: =>TaxonomyType.document
|
|
chemistry:
|
|
Name: Chemistry
|
|
Parent: =>TaxonomyTerm.science
|
|
Type: =>TaxonomyType.document
|
|
chemistry_level_1:
|
|
Name: Level 1
|
|
Parent: =>TaxonomyTerm.chemistry
|
|
Type: =>TaxonomyType.document
|
|
# Not applicable to DMS documents, but here for testing edge cases
|
|
physed:
|
|
Name: Physical Education
|
|
Type: =>TaxonomyType.not_a_document
|