multilingual added to xml_feeder-extension seeder

This commit is contained in:
metehancelik 2022-05-24 16:37:22 +03:00
parent e17027a1aa
commit f5655fbd4a

View File

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