Oxid eShop Admin Theme Manager
Oxid eShop Admin Theme Manager for Oxid eShop V6
This repository contains a Oxid Eshop module to manage admin themes.
The admin theme management base on shop theme management.
composer require khvt/admin-theme-manager
<?php
$themeParameter = [
'id' => 'admin_child',
'title' => 'Oxid Child Admin',
'description' => 'This is OXID eShop\'s inofficial admin theme.',
'thumbnail' => 'theme.png',
'version' => '1',
'parentTheme' => 'admin',
'author' => '<a href="http://www.oxid-esales.com" title="OXID eSales AG">OXID eSales AG</a>',
'parentVersions' => array('1'),
'settings' => array(
array(
'group' => 'images',
'name' => 'aDetailImageSizes',
'type' => 'aarr',
'value' => array(
'oxpic1' => '540*340',
'oxpic2' => '540*340',
'oxpic3' => '540*340',
'oxpic4' => '540*340',
'oxpic5' => '540*340',
'oxpic6' => '540*340',
'oxpic7' => '540*340',
'oxpic8' => '540*340',
'oxpic9' => '540*340',
'oxpic10' => '540*340',
'oxpic11' => '540*340',
'oxpic12' => '540*340',
),
),
),
];