Merge pull request #1308 from openclassify/widget_seeder

rollback to xml feeder default seeder
This commit is contained in:
Fatih Alp 2022-06-01 16:14:08 +03:00 committed by GitHub
commit ce080263a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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',
]
);
}