Skip to content

Commit

Permalink
Merge pull request #1 from gihovani/feature/readme-message
Browse files Browse the repository at this point in the history
feat: alteracao no readme add imagens
  • Loading branch information
gihovani authored Jun 4, 2022
2 parents 9bae924 + 88223d7 commit 7931128
Show file tree
Hide file tree
Showing 8 changed files with 20 additions and 2 deletions.
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,21 @@ A atualização do módulo do toastmessage é feita através do **composer** e p
- Em seguida, executar novamente o comando ```php bin/magento setup:static-content:deploy``` ou ```bin/magento setup:static-content:deploy pt_BR```, de acordo com as configurações da sua loja.


Configuração
----------
![Magento 2 Admin Config](https://raw.githubusercontent.com/gihovani/magento2-toastmessage/master/view/frontend/web/images/screenshots/admin-config.jpg)


Módulo em Ação
----------
![Mensagem de Sucesso](https://raw.githubusercontent.com/gihovani/magento2-toastmessage/master/view/frontend/web/images/screenshots/frontend-message-success.jpg)

![Mensagem de Erro](https://raw.githubusercontent.com/gihovani/magento2-toastmessage/master/view/frontend/web/images/screenshots/frontend-message-error.jpg)

![Mensagem de Atencao](https://raw.githubusercontent.com/gihovani/magento2-toastmessage/master/view/frontend/web/images/screenshots/frontend-message-warning.jpg)

![Mensagem de Informacao](https://raw.githubusercontent.com/gihovani/magento2-toastmessage/master/view/frontend/web/images/screenshots/frontend-message-info.jpg)

Dúvidas?
----------
---
Expand Down Expand Up @@ -74,6 +89,9 @@ Changelog
- Ajuste boas praticas magento
- Ajuste menu de configuracoes no admin

1.1.6
- Adicionado as mensagens de exemplo no arquivo README.

Contribuições
-------------
---
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"php": "~7.3.0|~7.4.0"
},
"type": "magento2-module",
"version": "1.1.5",
"version": "1.1.6",
"license": [
"OSL-3.0",
"AFL-3.0"
Expand Down
2 changes: 1 addition & 1 deletion etc/module.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?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="Gg2_ToastMessage" setup_version="1.1.5" />
<module name="Gg2_ToastMessage" setup_version="1.1.6" />
</config>
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 7931128

Please sign in to comment.