fix docs
This commit is contained in:
parent
e62b7a463b
commit
8b32f6f0e6
|
@ -14,7 +14,7 @@ abstract class Mapper {
|
||||||
* 'URI' => 'http://...', // URI of the metadatum description
|
* 'URI' => 'http://...', // URI of the metadatum description
|
||||||
* 'label' => 'Label', // Label to show on UI
|
* 'label' => 'Label', // Label to show on UI
|
||||||
* 'metadata_type' => 'date', // Tainacan recomended metadatum type, default text
|
* 'metadata_type' => 'date', // Tainacan recomended metadatum type, default text
|
||||||
* 'core_metadatum' => 'description' // if have a core tainacan metadatum, what?
|
* 'core_metadatum' => false // if have a core tainacan metadatum, what?
|
||||||
* ['date' => [
|
* ['date' => [
|
||||||
* 'URI' => 'http://purl.org/dc/elements/1.1/date',
|
* 'URI' => 'http://purl.org/dc/elements/1.1/date',
|
||||||
* 'label' => 'Date',
|
* 'label' => 'Date',
|
||||||
|
@ -23,7 +23,7 @@ abstract class Mapper {
|
||||||
* 'description' => [
|
* 'description' => [
|
||||||
* 'URI' => 'http://purl.org/dc/elements/1.1/description',
|
* 'URI' => 'http://purl.org/dc/elements/1.1/description',
|
||||||
* 'label' => 'Description',
|
* 'label' => 'Description',
|
||||||
* 'core_metadatum' => 'description'
|
* 'core_metadatum' => true
|
||||||
* ]]
|
* ]]
|
||||||
* @var array
|
* @var array
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue