Skip to content
Snippets Groups Projects
Commit 856bb3f1 authored by Tamás Pintér's avatar Tamás Pintér Committed by Oleksandr Kuzava
Browse files

Issue #3324124 by mr.york: Adding missing fields to import / export

parent fd1df0e4
No related branches found
No related tags found
No related merge requests found
......@@ -347,9 +347,12 @@ class ContentExporter implements ContentExporterInterface {
switch ($field_type) {
case 'boolean':
case 'address':
case 'datetime':
case 'email':
case 'geolocation':
case 'link':
case 'telephone':
case 'timestamp':
case 'decimal':
case 'float':
......
......@@ -250,9 +250,12 @@ class ContentImporter implements ContentImporterInterface {
switch ($field_definition->getType()) {
case 'boolean':
case 'address':
case 'datetime':
case 'email':
case 'geolocation':
case 'link':
case 'telephone':
case 'timestamp':
case 'decimal':
case 'float':
......
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