Skip to content

geeky/twig-admin-theme

 
 

Repository files navigation

Twig admin theme

Admin theme based on the twig engine.

Branch Compatibility

  • master branch is compatible with OXID eShop compilation master
  • b-1.x branch is compatible with OXID eShop b-6.2.x
  • b-3.x branch is compatible with OXID eShop b-6.3.x

Installation

Run the following command to install theme:

composer require oxid-esales/twig-admin-theme

(Only for PE) Install OXID eSales PE twig component:

If you are using Professional Edition, please install Twig component for OXID eShop Professional Edition:

composer require oxid-esales/twig-component-pe

(Only for EE) Install OXID eSales EE twig component:

If you are using Enterprise Edition, please install Twig component for OXID eShop Enterprise Edition:

composer require oxid-esales/twig-component-ee

Note:

The twig theme for admin will be registered during the installation. If you are having some issues, that the wrong Admin theme is loaded, please check if the oxid_esales.theme.admin.name parameter is set correctly:

.. code:: yaml

parameters:
  oxid_esales.theme.admin.name: 'admin_twig'

License

See LICENSE file for license details.

Bugs and Issues

If you experience any bugs or issues, please report them in the section OXID eShop (all versions) under category Twig engine of https://bugs.oxid-esales.com

About

The admin theme for twig engine

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Twig 71.8%
  • PHP 23.5%
  • CSS 2.6%
  • JavaScript 2.1%