Skip to content
Snippets Groups Projects
Commit 414ee4b3 authored by Thomas Lemaire's avatar Thomas Lemaire Committed by Oleksandr Kuzava
Browse files

Issue #3336875 by stred: Integration with yearonly

parent 856bb3f1
No related branches found
No related tags found
No related merge requests found
......@@ -365,6 +365,7 @@ class ContentExporter implements ContentExporterInterface {
case 'text_with_summary':
case 'string':
case 'string_long':
case 'yearonly':
$value = $field->getValue();
break;
......
......@@ -268,6 +268,7 @@ class ContentImporter implements ContentImporterInterface {
case 'text_with_summary':
case 'string':
case 'string_long':
case 'yearonly':
$entity->set($field_name, $field_value);
break;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment