Update demo seeder with new components

This commit is contained in:
James Brooks
2023-08-13 23:10:28 +01:00
parent c79a66a08d
commit 112b5c9099

View File

@@ -124,7 +124,7 @@ class DemoSeederCommand extends Command
'collapsed' => 0, 'collapsed' => 0,
'visible' => ComponentGroup::VISIBLE_AUTHENTICATED, 'visible' => ComponentGroup::VISIBLE_AUTHENTICATED,
], [ ], [
'name' => 'Alt Three', 'name' => 'Services',
'order' => 2, 'order' => 2,
'collapsed' => 1, 'collapsed' => 1,
'visible' => ComponentGroup::VISIBLE_GUEST, 'visible' => ComponentGroup::VISIBLE_GUEST,
@@ -168,26 +168,26 @@ class DemoSeederCommand extends Command
'group_id' => 1, 'group_id' => 1,
'link' => 'https://cachethq.io', 'link' => 'https://cachethq.io',
], [ ], [
'name' => 'Blog', 'name' => 'Laravel Artisan Cheatsheet',
'description' => 'The Alt Three Blog.', 'description' => 'A searchable, bookmarkable cheatsheet for Laravel\'s Artisan commands.',
'status' => 1, 'status' => 1,
'order' => 0, 'order' => 0,
'group_id' => 2, 'group_id' => 2,
'link' => 'https://blog.alt-three.com', 'link' => 'https://artisan.page',
], [ ], [
'name' => 'StyleCI', 'name' => 'Checkmango',
'description' => 'The PHP Coding Style Service.', 'description' => 'The Full-Stack A/B Testing Platform',
'status' => 1, 'status' => 1,
'order' => 1, 'order' => 1,
'group_id' => 2, 'group_id' => 2,
'link' => 'https://styleci.io', 'link' => 'https://checkmango.com',
], [ ], [
'name' => 'GitHub', 'name' => 'GitHub',
'description' => '', 'description' => '',
'status' => 1, 'status' => 1,
'order' => 0, 'order' => 0,
'group_id' => 0, 'group_id' => 0,
'link' => 'https://github.com/CachetHQ/Cachet', 'link' => 'https://github.com/cachethq/cachet',
], ],
]; ];