forked from GithubBackups/vichan
make the wildcard the default
This commit is contained in:
parent
dba38b10d4
commit
9a80ae2434
@ -17,17 +17,12 @@
|
|||||||
'default' => 'Catalog'
|
'default' => 'Catalog'
|
||||||
);
|
);
|
||||||
|
|
||||||
$__boards = listBoards();
|
|
||||||
$__default_boards = Array();
|
|
||||||
foreach ($__boards as $__board)
|
|
||||||
$__default_boards[] = $__board['uri'];
|
|
||||||
|
|
||||||
$theme['config'][] = Array(
|
$theme['config'][] = Array(
|
||||||
'title' => 'Included boards',
|
'title' => 'Included boards',
|
||||||
'name' => 'boards',
|
'name' => 'boards',
|
||||||
'type' => 'text',
|
'type' => 'text',
|
||||||
'comment' => '(space seperated)',
|
'comment' => '(space seperated)',
|
||||||
'default' => implode(' ', $__default_boards)
|
'default' => implode('*')
|
||||||
);
|
);
|
||||||
|
|
||||||
$theme['config'][] = Array(
|
$theme['config'][] = Array(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user