add creation helper props

This commit is contained in:
Jacson Passold 2018-05-29 19:24:55 -03:00
parent 4234a6900d
commit d9d5eac044
1 changed files with 7 additions and 4 deletions

View File

@ -29,15 +29,17 @@ class Dublin_Core extends Mapper {
],
'date' => [
'URI' => 'http://purl.org/dc/elements/1.1/date',
'label' => 'Date'
'label' => 'Date',
'field_type' => 'date'
],
'description' => [
'URI' => 'http://purl.org/dc/elements/1.1/description',
'label' => 'Description'
'label' => 'Description',
'core_field' => 'description'
],
'format' => [
'URI' => 'http://purl.org/dc/elements/1.1/format',
'label' => 'Format'
'label' => 'Format',
],
'identifier' => [
'URI' => 'http://purl.org/dc/elements/1.1/identifier',
@ -69,7 +71,8 @@ class Dublin_Core extends Mapper {
],
'title' => [
'URI' => 'http://purl.org/dc/elements/1.1/title',
'label' => 'Title'
'label' => 'Title',
'core_field' => 'title'
],
'type' => [
'URI' => 'http://purl.org/dc/elements/1.1/type',