Skip to content

Commit

Permalink
Merge pull request #1 from ho-nl/hnsr-fixes
Browse files Browse the repository at this point in the history
Update README, remove explicit versioning so we can just tag versions
  • Loading branch information
hnsr authored Mar 20, 2024
2 parents cd34c65 + f9c4e7b commit 0d1d8e2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
# Blank Magento 2 Classic Frontend
Blanks out the classic Magento 2 frontend, without affecting APIs that are implemented in the frontend area (eg. Adyen)

Additionally, you can make the classic frontend redirect to the URL configured as base link url by setting `blank_classic_frontend/general/should_redirect`
## Installation
```sh
composer install reach-digital/magento2-blank-classic-frontend
```

## Configuration
You can make the classic frontend redirect to the URL configured as base link url by setting `blank_classic_frontend/general/should_redirect`
1 change: 0 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "reach-digital/magento2-blank-classic-frontend",
"description": "",
"version": "1.1.0",
"require": {
"php": "~8.1.0",
"magento/product-community-edition": "^2.4"
Expand Down

0 comments on commit 0d1d8e2

Please sign in to comment.