Go to file
Daniel Seifert 2aea43095d
add word boundaries to body tag regexp
2022-05-31 09:00:21 +02:00
Application add word boundaries to body tag regexp 2022-05-31 09:00:21 +02:00
Modules/Core initial 2022-05-30 15:06:50 +02:00
assets initial 2022-05-30 15:06:50 +02:00
CHANGELOG.md initial 2022-05-30 15:06:50 +02:00
IntelliSenseHelper.php initial 2022-05-30 15:06:50 +02:00
LICENSE.md initial 2022-05-30 15:06:50 +02:00
README.en.md initial 2022-05-30 15:06:50 +02:00
README.md initial 2022-05-30 15:06:50 +02:00
composer.json initial 2022-05-30 15:06:50 +02:00
metadata.php initial 2022-05-30 15:06:50 +02:00

README.en.md

deutsche Version english version

D³ Stage Marker for OXID eShop

The module optionally displays a customisable bar in the front and/or back end that informs about the stage status of the current installation (production, test, development, ...).

The settings are saved as module settings.

Stage Marker

Table of content

Installation

This package requires an Composer installed OXID eShop as defined in composer.json.

Open a command line interface and navigate to the shop root directory (parent of source and vendor). Execute the following command. Adapt the paths to your environment.

php composer require d3/stagemarker

Activate the module in the admin area of the shop in "Extensions -> Modules".

Usage

In Shopadmin under "Extensions -> Modules", select the "Stage Marker" module and switch to the "Settings" tab. Set the desired settings for the installation.

Changelog

Siehe CHANGELOG für weitere Informationen.

Contributing

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue. Don't forget to give the project a star! Thanks again!

  • Fork the Project
  • Create your Feature Branch (git checkout -b feature/AmazingFeature)
  • Commit your Changes (git commit -m 'Add some AmazingFeature')
  • Push to the Branch (git push origin feature/AmazingFeature)
  • Open a Pull Request

Licence

(status: 2022-05-30)

Distributed under the GPLv3 license.

Copyright (c) D3 Data Development (Inh. Thomas Dartsch)

This software is distributed under the GNU GENERAL PUBLIC LICENSE version 3.

For full copyright and licensing information, please see the LICENSE file distributed with this source code.