Commit c35bba6a authored by Simonas's avatar Simonas

Merge branch 'liv2775seo_url' into 'dev'

seo_url ir video_url

See merge request !1
parents 808ef4a6 9b594d1d
......@@ -15,8 +15,7 @@ class JsonDataCollector
'contact' => 'contacts',
'salary_from' => 'atlygis_nuo',
'salary_to' => 'atlygis_iki',
// 'email' => 'email',
// 'work_time' => 'darbo_laikas',
'video_url' => 'video_url',
];
// Taxonomies data map
......@@ -48,8 +47,6 @@ class JsonDataCollector
'name' => 'type_name'
]
],
// 'tag'
// 'position',
];
// Custom posts data map
......@@ -109,7 +106,6 @@ class JsonDataCollector
],
]);
$json = file_get_contents($source, false, $context);
return json_decode($json);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment