Guest User

Untitled

a guest
Jan 23rd, 2018
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.91 KB | None | 0 0
  1. {
  2. "name": "Guilherme/guitheme",
  3. "description": "guitheme",
  4. "require": {
  5. "php": "~5.5.0|~5.6.0|~7.0.0",
  6. "magento/theme-frontend-blank": "100.0.*",
  7. "magento/framework": "100.0.*"
  8. },
  9. "type": "magento2-theme",
  10. "version": "1.0.0",
  11. "license": ["OSL-3.0","AFL-3.0" ],
  12. "autoload": {
  13. "files": [
  14. "registration.php"]} }
  15.  
  16. <image id="category_page_grid" type="small_image"><width>240</width<height>300</height></image>
  17.  
  18. <?php
  19. MagentoFrameworkComponentComponentRegistrar::register(
  20. MagentoFrameworkComponentComponentRegistrar::THEME,
  21. 'frontend/Guilherme/guitheme',
  22. __DIR__
  23. );
  24. ?>
  25.  
  26. <theme xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Config/etc/theme.xsd">
  27. <title>guitheme</title>
  28. <parent>Magento/blank</parent>
  29. <media>
  30. <preview_image>media/logoimage.jpg</preview_image>
  31. </media>
  32. </theme>
Add Comment
Please, Sign In to add comment