mirror of
https://github.com/openclassify/openclassify.git
synced 2026-02-10 23:36:08 -06:00
Update widgetSeeder.php
This commit is contained in:
parent
f2b436feff
commit
45924af528
@ -29,8 +29,8 @@ class widgetSeeder extends Seeder
|
|||||||
->create(
|
->create(
|
||||||
[
|
[
|
||||||
'en' => [
|
'en' => [
|
||||||
'title' => 'ARecent News',
|
'title' => 'Recent News',
|
||||||
'description' => 'ARecent news from http://pyrocms.com/',
|
'description' => 'Recent news'
|
||||||
],
|
],
|
||||||
'extension' => 'anomaly.extension.xml_feed_widget',
|
'extension' => 'anomaly.extension.xml_feed_widget',
|
||||||
'dashboard' => $dashboard,
|
'dashboard' => $dashboard,
|
||||||
@ -43,7 +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' => 'http://www.pyrocms.com/posts/rss.xml',
|
'value' => 'https://openclassify.com/posts/rss.xml',
|
||||||
]
|
]
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user