Skip to content

Commit

Permalink
Merge branch 'master' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
FrankHarland authored Aug 6, 2019
2 parents 2db34fb + 97ff376 commit ab18e70
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
13 changes: 10 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# H&O Magento 2 Advanced Template Hints module

![Overview](docs/total-workings.gif)

Ho_Templatehints extends the default Magento template hints.

- Easily accessible with with muscle memory `?ath=1`.
Expand All @@ -11,15 +13,15 @@ Ho_Templatehints extends the default Magento template hints.
## Installation

```
composer require honl/magento2-templatehints
composer require --dev honl/magento2-templatehints
php bin/magento module:enable Ho_Templatehints
php bin/magento setup:upgrade
```

### Development installation (git enabled)

```
composer require honl/magento2-templatehints "dev-master"
composer require --dev honl/magento2-templatehints "dev-master"
php bin/magento module:enable Ho_Templatehints
php bin/magento setup:upgrade
```
Expand Down Expand Up @@ -51,4 +53,9 @@ hint($0)
The module adds an additional html-attribute to the outer most element of a layout element.

## Credits
Of course heavily inspired by [Aoe_TemplateHints](https://github.com/AOEpeople/Aoe_TemplateHints) and a bit of love from H&O.
Inspiration from [Aoe_TemplateHints](https://github.com/AOEpeople/Aoe_TemplateHints) and a lot of love from H&O.

## Developer
This module was developed by the H&O team. Check out more about this module on the H&O website:
<a href="https://www.h-o.nl/blog/h-o-magento-2-advanced-template-hints-module">H&O Magento 2 Advanced Template hints module</a>

3 changes: 3 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
{
"name": "honl/magento2-templatehints",
"replace": {
"ho-nl/magento2-templatehints": "self.version"
},
"description": "H&O Magento 2 Advanced Template Hints module",
"homepage": "https://github.com/ho-nl/magento2-Ho_Templatehints",
"authors": [
Expand Down
Binary file added docs/total-workings.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit ab18e70

Please sign in to comment.