Skip to content

Commit

Permalink
add dayjs dep
Browse files Browse the repository at this point in the history
  • Loading branch information
alexzaganelli committed Feb 8, 2022
1 parent 530cca1 commit 8b79236
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,17 @@ yarn add strapi-plugin-email-designer@latest
npm i -S strapi-plugin-email-designer@latest
```

- activate the plugin from your `config/plugins.js` file:

```javascript
module.exports = ({ env }) => ({
'email-designer': {
enabled: true,
resolve: './node_modules/strapi-plugin-email-designer/',
},
});
```

- After successful installation you've to build a fresh package that includes plugin UI. To archive that simply use:

```bash
Expand Down Expand Up @@ -330,6 +341,6 @@ This project follows the [all-contributors](https://github.com/all-contributors/
## Support Me ✨
If you like this plugin I'd like to drink a virtual beer w/ u. Thank you in advance!
If you like this plugin I'm very happy, so we can drink a beer 🍻. _Alla salute!_
[!["Buy Me A Beer"](https://img.buymeacoffee.com/button-api/?text=Buy+me+a+beer&emoji=🍺&slug=alexzaganelli&button_colour=FFDD00&font_colour=000000&font_family=Cookie&outline_colour=000000&coffee_colour=ffffff)](https://www.buymeacoffee.com/alexzaganelli)
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
"prettier:write": "prettier --write **/*.js"
},
"dependencies": {
"dayjs": "^1.10.7",
"decode-html": "^2.0.0",
"html-to-text": "^8.0.0",
"lodash": "^4.17.21",
Expand Down

0 comments on commit 8b79236

Please sign in to comment.