Files
newznab-tmux-NNTmux/database/fixtures/content.php
T
DariusIII 62f3e5ca5e Apply fixes from StyleCI
[ci skip] [skip ci]
2018-01-30 11:27:55 +00:00

44 lines
1.2 KiB
PHP

<?php
return [
0 => [
'id' => 1,
'title' => 'Welcome to NNTmux.',
'url' => 'NULL',
'body' => '<p>Since NNTmux is a fork of newznab, the API is compatible with sonarr, sickbeard, couchpotato, etc...</p>',
'metadescription' => '""',
'metakeywords' => '""',
'contenttype' => 3,
'showinmenu' => 0,
'status' => 1,
'ordinal' => 0,
'role' => 0,
],
1 => [
'id' => 2,
'title' => 'example content',
'url' => '/great/seo/content/page/',
'body' => '<p>this is an example content page</p>',
'metadescription' => '""',
'metakeywords' => '""',
'contenttype' => 1,
'showinmenu' => 2,
'status' => 1,
'ordinal' => 1,
'role' => 0,
],
2 => [
'id' => 3,
'title' => 'another example',
'url' => '/another/great/seo/content/page/',
'body' => '<p>this is another example content page</p>',
'metadescription' => '""',
'metakeywords' => '""',
'contenttype' => 1,
'showinmenu' => 2,
'status' => 1,
'ordinal' => 0,
'role' => 0,
],
];