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 ...@@ -15,8 +15,7 @@ class JsonDataCollector
'contact' => 'contacts', 'contact' => 'contacts',
'salary_from' => 'atlygis_nuo', 'salary_from' => 'atlygis_nuo',
'salary_to' => 'atlygis_iki', 'salary_to' => 'atlygis_iki',
// 'email' => 'email', 'video_url' => 'video_url',
// 'work_time' => 'darbo_laikas',
]; ];
// Taxonomies data map // Taxonomies data map
...@@ -48,8 +47,6 @@ class JsonDataCollector ...@@ -48,8 +47,6 @@ class JsonDataCollector
'name' => 'type_name' 'name' => 'type_name'
] ]
], ],
// 'tag'
// 'position',
]; ];
// Custom posts data map // Custom posts data map
...@@ -109,7 +106,6 @@ class JsonDataCollector ...@@ -109,7 +106,6 @@ class JsonDataCollector
], ],
]); ]);
$json = file_get_contents($source, false, $context); $json = file_get_contents($source, false, $context);
return json_decode($json); 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