1.0.5 • Published 11 months ago

evershop_tidio_widget v1.0.5

Weekly downloads
-
License
GNU GENERAL PUBLI...
Repository
github
Last release
11 months ago

Tidio Widget for EverShop

This package can help you add Tidio instant messaging widgets to evershop

Note: This widget requires version 1.2.0 or higher

Installation

Step 1: Install the extension package

npm install evershop_tidio_widget

Step 2: Register the extension by adding it to the config file

// config/default.json
{
  ...,
  "system": [
    ...,
    "extensions": [
        ...,
      {
        "name": "EverShopTidioWidget",
        "resolve": "node_modules/evershop_tidio_widget",
        "enabled": true,
        "priority": 20
      }
    ]
  ]
}
1.0.5

11 months ago

1.0.3

11 months ago

1.0.2

11 months ago

1.0.1

11 months ago

1.0.0

11 months ago