melisplatform/melis-tipimail

Installs: 441

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 7

Forks: 0

Open Issues: 0

Type:melisplatform-module

v5.1.0 2024-02-13 09:13 UTC

README

MelisTipimail is the module that allow user access TipiMail inside the melisplatform as a module.

Getting Started

These instructions will get you a copy of the project up and running on your machine.

Prerequisites

You will need to install melisplatform/melis-core in order to have this module running. This will automatically be done when using composer.

Installing

Run the composer command:

    {
        "require": {
            "melisplatform/melis-tipimail": "dev-master"
        },
        "repositories": [
            {
                "type": "git",
                "url": "https://github.com/melisplatform/melis-tipimail"
            }
        ]
    }

Configuration

Inside the melis-tipimail/config/app.tools.php you can configure the url of which the tool's iframe is being directed.

    'plugins' => array(
        'melisTipimail' => array(
            'tools' => array(
                'melis_tipmail_tool' => array(
                    'config' => array(
                        'url' => 'https://app.tipimail.com/#/access/login'
                    ),
                ),
            ),
        ),
    ),

Tools & Elements provided

  • Tipimail Tool

Authors

See also the list of contributors who participated in this project.

Contributing

Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.

Feel free to fork the project, create a feature branch, and send us a pull request!