Add SFW overboard and its catalog option

This commit is contained in:
discomrade 2021-05-28 06:27:10 -02:00
parent ee8107f775
commit 19acf84cb3
6 changed files with 489 additions and 1 deletions

View file

@ -76,6 +76,13 @@
'default' => false,
'comment' => 'Enable catalog for the Rand theme. This requires the Rand theme to be enabled.'
);
$theme['config'][] = Array(
'title' => 'Enable SFW overboard catalog',
'name' => 'enable_sfwoverboard',
'type' => 'checkbox',
'default' => false,
'comment' => 'Enable catalog for the sfwoverboard theme. This requires the sfwoverboard theme to be enabled.'
);
$theme['config'][] = Array(
'title' => 'Use tooltipster',
'name' => 'use_tooltipster',