Skip to content

Commit

Permalink
fixed package structure
Browse files Browse the repository at this point in the history
  • Loading branch information
arditza committed Jan 11, 2021
1 parent 8fc3fa4 commit 4c5d057
Show file tree
Hide file tree
Showing 46 changed files with 15 additions and 40 deletions.
Empty file removed Azra/GenericForm/README.md
Empty file.
20 changes: 0 additions & 20 deletions Azra/GenericForm/composer.json

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
5 changes: 5 additions & 0 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

This module can be used for multiple contact forms. By default it inserts a contact form on product page tabs and it can be used as a replacement for magentos native contact form.

##Installation
```
composer require azra/genericform --dev
```

## Usage
Insert the following block on any cms page

Expand Down
File renamed without changes.
30 changes: 10 additions & 20 deletions composer.json
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,30 +1,20 @@
{
"name": "azra/genericform",
"description": "Generic contact form module, serves the purpose ",
"name": "azra/module-generic-form",
"description": "Generic Contact form used for multiple purposes",
"require": {
"php": "^7.2.0"
},
"type": "magento2-module",
"version": "1.0.0",
"license": "proprietary",
"authors": [
{
"name": "Ardit Zavalina",
"email": "[email protected]",
"role": "Magento Fullstack Developer"
}],
"minimum-stability": "dev",
"keywords": [
"magento 2",
"magento 2 genericform",
"magento contact form",
"azra"
"license": [
"Commercial"
],
"autoload":
{
"autoload": {
"files": [
"registration.php"
],
"psr-4":
{
"psr-4": {
"Azra\\GenericForm\\": ""
}
}
}
}
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 4c5d057

Please sign in to comment.