rollback to xml seeder default seeder

This commit is contained in:
Mostafa Moradi 2022-05-26 15:59:42 +03:00
parent 6860fdfe06
commit 619eb23016

View File

@ -43,14 +43,7 @@ class WidgetSeeder extends Seeder
[
'scope' => $widget->getId(),
'key' => 'anomaly.extension.xml_feed_widget::url',
'value' => 'https://openclassify.com/{locale}/posts/rss.xml',
]
);
$this->configuration->create(
[
'scope' => $widget->getId(),
'key' => 'anomaly.extension.xml_feed_widget::multilingual_seeder',
'value' => true,
'value' => 'https://openclassify.com/posts/rss.xml',
]
);
}