This commit is contained in:
Jacson Passold 2018-07-05 22:02:34 -03:00
parent e62b7a463b
commit 8b32f6f0e6
1 changed files with 2 additions and 2 deletions

View File

@ -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
*/ */