allow board exclusion for the boardlist

This commit is contained in:
Lorenzo Yario
2024-07-14 04:37:28 -07:00
committed by GitHub
parent 409f571955
commit c223b1c55d

View File

@@ -74,12 +74,19 @@
); );
$theme['config'][] = Array( $theme['config'][] = Array(
'title' => 'Excluded boards', 'title' => 'Excluded boards (recent posts)',
'name' => 'exclude', 'name' => 'exclude',
'type' => 'text', 'type' => 'text',
'comment' => '(space seperated)' 'comment' => '(space seperated)'
); );
$theme['config'][] = Array(
'title' => 'Excluded boards (boardlist)',
'name' => 'excludeboardlist',
'type' => 'text',
'comment' => '(space seperated)'
);
$theme['config'][] = Array( $theme['config'][] = Array(
'title' => '# of recent images', 'title' => '# of recent images',
'name' => 'limit_images', 'name' => 'limit_images',