-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
10 changed files
with
62 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# Magento2 CategoryHide | ||
# Magento2 Category Hide | ||
|
||
The extension hide categories in menu when they are empty. | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
{ | ||
"name": "eriocnemis/module-category-hide", | ||
"description": "The extension hide categories in menu when they are empty.", | ||
"type": "magento2-module", | ||
"version": "2.4.0", | ||
"authors": [ | ||
{ | ||
"name": "Eriocnemis Team", | ||
"email": "[email protected]" | ||
} | ||
], | ||
"license": [ | ||
"OSL-3.0" | ||
], | ||
"require": { | ||
"php": "~7.3.0||~7.4.0||~8.1.0", | ||
"magento/framework": "103.0.*", | ||
"magento/module-catalog": "104.0.*", | ||
"magento/module-config": "101.2.*", | ||
"magento/module-store": "101.1.*" | ||
}, | ||
"autoload": { | ||
"files": [ | ||
"src/registration.php" | ||
], | ||
"psr-4": { | ||
"Eriocnemis\\CategoryHide\\": "src" | ||
} | ||
} | ||
} |
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
{ | ||
"name": "eriocnemis/module-category-hide", | ||
"description": "The extension hide categories in menu when they are empty.", | ||
"type": "magento2-module", | ||
"version": "2.4.0", | ||
"authors": [ | ||
{ | ||
"name": "Eriocnemis Team", | ||
"email": "[email protected]" | ||
} | ||
], | ||
"license": [ | ||
"OSL-3.0" | ||
], | ||
"require": { | ||
"php": "~7.3.0||~7.4.0||~8.1.0", | ||
"magento/framework": "103.0.*", | ||
"magento/module-catalog": "104.0.*", | ||
"magento/module-config": "101.2.*", | ||
"magento/module-store": "101.1.*" | ||
}, | ||
"autoload": { | ||
"files": [ | ||
"src/registration.php" | ||
], | ||
"psr-4": { | ||
"Eriocnemis\\CategoryHide\\": "src" | ||
} | ||
} | ||
} |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.