forked from leftypol/leftypol
Add support for Ukko2 and Ukko3 included boards overboards to Catalog theme / extension
This commit is contained in:
parent
936c087637
commit
f4af336760
2 changed files with 110 additions and 3 deletions
|
@ -46,6 +46,22 @@
|
|||
'comment' => 'Enable catalog for the Ukko theme. This requires the Ukko theme to be enabled.'
|
||||
);
|
||||
|
||||
$theme['config'][] = Array(
|
||||
'title' => 'Enable Ukko2 catalog',
|
||||
'name' => 'enable_ukko2',
|
||||
'type' => 'checkbox',
|
||||
'default' => false,
|
||||
'comment' => 'Enable catalog for the Ukko2 theme. This requires the Ukko2 theme to be enabled.'
|
||||
);
|
||||
|
||||
$theme['config'][] = Array(
|
||||
'title' => 'Enable Ukko3 catalog',
|
||||
'name' => 'enable_ukko3',
|
||||
'type' => 'checkbox',
|
||||
'default' => false,
|
||||
'comment' => 'Enable catalog for the Ukko theme. This requires the Ukko3 theme to be enabled.'
|
||||
);
|
||||
|
||||
$theme['config'][] = Array(
|
||||
'title' => 'Enable Rand catalog',
|
||||
'name' => 'enable_rand',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue