2017 © Pedro Peláez
 

magento2-theme backendtheme

Objectwave's default admin theme

image

obw/backendtheme

Objectwave's default admin theme

  • Thursday, November 2, 2017
  • by ivanmiranda
  • Repository
  • 1 Watchers
  • 0 Stars
  • 147 Installations
  • CSS
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 6 Versions
  • 101 % Grown

The README.md

Backend Theme for Magento2 (tested with Magento 2.1.x)

This is a backend theme for Magento2 that is our default, for every project., (*1)

Installation

1. If you install ObwHub, this theme is autoreferenced

2. Manual Installation

a) Zip

  • Download this repo on app/design/adminhtml/obw/Backendtheme

b) Composer

  • Require dependency via composer:
    composer require obw/backendtheme

For bot options: register this theme via module, creating at least, the following files:

etc/di.xml
<?xml version="1.0"?>
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:ObjectManager/etc/config.xsd">
    <type name="Magento\Theme\Model\View\Design">
        <arguments>
            <argument name="themes" xsi:type="array">
                <item name="adminhtml" xsi:type="string">Obw/Backendtheme</item>
            </argument>
         </arguments>
    </type>
</config>
etc/module.xml
<?xml version="1.0"?>
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
    <module name="Obw_Module" setup_version="0.0.1">
        <sequence>
            <module name="Magento_Backend"/>
        </sequence>
    </module>
</config>

NOTICE OF LICENSE

saltamontes This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivs 3.0 Unported License http://creativecommons.org/licenses/by-nc-nd/3.0, (*2)

Happy coding! - ivan miranda, (*3)

The Versions

02/11 2017

dev-master

9999999-dev

Objectwave's default admin theme

  Sources   Download

cc-by-nc-nd

02/11 2017

1.1.0

1.1.0.0

Objectwave's default admin theme

  Sources   Download

cc-by-nc-nd

23/10 2017

1.0.5

1.0.5.0

Objectwave's default admin theme

  Sources   Download

cc-by-nc-nd

18/10 2017

1.0.4

1.0.4.0

Objectwave's default admin theme

  Sources   Download

cc-by-nc-nd

13/10 2017

1.0.3

1.0.3.0

Objectwave's default admin theme

  Sources   Download

cc-by-nc-nd

The Requires

  • php ~5.6.5|7.0.2|7.0.4|~7.0.6
  • magento/framework 100.1.*

 

09/10 2017

1.0.0

1.0.0.0

Objectwave's default admin theme

  Sources   Download

cc-by-nc-nd

The Requires

  • php ~5.6.5|7.0.2|7.0.4|~7.0.6
  • magento/framework 100.1.*