Difference between revisions of "Label Bundles"
From CollectiveAccess Documentation
|
|
Line 73: |
Line 73: |
| | | |
| [[Category:Setup_and_Configuration]] | | [[Category:Setup_and_Configuration]] |
− |
| |
− | sphinx
| |
Latest revision as of 17:44, 19 April 2022
Describe labels here...
For objects (ca_objects.preferred_labels)
Sub-field Name |
Description
|
name |
Name of object. Maximum length is 1024 characters
|
type_id |
Drop down of label types, using the object_label_types list for content.
|
For entities (ca_entities.preferred_labels)
Sub-field Name |
Description
|
forename |
Forename (first name) of entity. Maximum length is 100 characters. Optional.
|
surname |
Surname (last name) of entity. Maximum length is 512 characters. Required.
|
other_forenames |
Additional forename for entity. Maximum length is 100 characters. Optional.
|
middlename |
Middle name of entity. Maximum length is 100 characters. Optional.
|
prefix |
Prefix for entity (Eg. Mr.). Maximum length is 100 characters. Optional.
|
suffix |
Suffix for entity (Eg. PhD.). Maximum length is 100 characters. Optional.
|
displayname |
The display name for the entity, used to tailor output of the entities full name for display. If left blank it will be synthesized from the forename and surname fields. Maximum length is 512 characters
|
type_id |
Drop down of label types, using the entity_label_types list for content.
|
For occurrences (ca_occurrences.preferred_labels)
Sub-field Name |
Description
|
name |
Name of occurrence. Maximum length is 1024 characters
|
type_id |
Drop down of label types, using the occurrence_label_types list for content.
|
For collections (ca_collections.preferred_labels)
Sub-field Name |
Description
|
name |
Name of collection. Maximum length is 1024 characters
|
type_id |
Drop down of label types, using the collection_label_types list for content.
|
For ca_list_items (ca_list_items.preferred_labels)
Sub-field Name |
Description
|
name_singular |
Singular of list item (Eg. bicycle). Maximum length is 255 characters.
|
name_plural |
Singular of list item (Eg. bicycles). Maximum length is 255 characters.
|
description |
Descriptive text for label. Maximum length is 65535 characters.
|
type_id |
Drop down of label types, using the list_item_label_types list for content.
|