⧼vector-jumptocontent⧽

Arclanguage field: Difference between revisions

From EPrints Documentation
mNo edit summary
Improved properties table
Line 15: Line 15:
As for [[Set field#Additional_Properties|Set fields]] except for:
As for [[Set field#Additional_Properties|Set fields]] except for:
{| border="1" cellpadding="3" cellspacing="0"
{| border="1" cellpadding="3" cellspacing="0"
| name || default || description  
! name !! default !! required !! description !! notes
|-
|-
| '''options''' || n/a || '''This property is ''not'' inherited from [[set field]].'''
| '''options''' || n/a || NO || Options from which to choose. || NOT inherited from [[set field]].
|}
|}



Revision as of 13:40, 11 April 2023


Description

This field provides a set of language options but rather than being provided by the options attribute of the field configuration, the languages specified for the archive (in $c->{languages} is used.

This field is only useful more multi-langauge repository where you might want to record the language metadata for a data object or a specific metadata field is captured in.

Inheritance

Additional Properties

As for Set fields except for:

name default required description notes
options n/a NO Options from which to choose. NOT inherited from set field.

Required Phrases

No additional phrases beyond those required for Set fields.

Database

Arclanguage fields are stored in the database as

fieldname VARCHAR(255)

API

See API page.

Examples

Most basic example.

{
    name => 'language', 
    type => 'arclanguage',
}