mirror of
https://github.com/openclassify/openclassify.git
synced 2026-02-09 14:56:13 -06:00
Merge pull request #1308 from openclassify/widget_seeder
rollback to xml feeder default seeder
This commit is contained in:
commit
ce080263a5
@ -43,14 +43,7 @@ class WidgetSeeder extends Seeder
|
|||||||
[
|
[
|
||||||
'scope' => $widget->getId(),
|
'scope' => $widget->getId(),
|
||||||
'key' => 'anomaly.extension.xml_feed_widget::url',
|
'key' => 'anomaly.extension.xml_feed_widget::url',
|
||||||
'value' => 'https://openclassify.com/{locale}/posts/rss.xml',
|
'value' => 'https://openclassify.com/posts/rss.xml',
|
||||||
]
|
|
||||||
);
|
|
||||||
$this->configuration->create(
|
|
||||||
[
|
|
||||||
'scope' => $widget->getId(),
|
|
||||||
'key' => 'anomaly.extension.xml_feed_widget::multilingual_seeder',
|
|
||||||
'value' => true,
|
|
||||||
]
|
]
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user