Add support for Ukko2 and Ukko3 included boards overboards to Catalog theme / extension

This commit is contained in:
Benjamin Southall 2017-04-25 13:49:48 +09:00
parent 936c087637
commit f4af336760
2 changed files with 110 additions and 3 deletions

View file

@ -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',