⚠️ Update / Fork with breaking changes
See original GitHub issueHello Alexandre. First of all thank you for the possibility to design email templates in Strapi. I tried the plugin, but I encountered several errors in the latest version of Strapi with Lodash templating.
I have forked your project and made some adjustments. If you feel like it, you can check it out. The README should be mostly updated as well. Please note, that these adjustments include breaking changes.
Link: https://github.com/creazy231/strapi-plugin-email-designer
I would be really happy to make PRs in the future as well.
Features my fork includes:
- Automatically generate Text from HTML if there is no given Text Template.
- Use official Lodash Templating format. Example:
<%= variable %>
- Use official Strapi syntax to send emails
- Updated Tests to switch language to english
All changes I’ve made are documented in this commit: https://github.com/creazy231/strapi-plugin-email-designer/commit/599377463dd89532bbca5ace4f5a7a72b3bdeb59
Issue Analytics
- State:
- Created 3 years ago
- Reactions:1
- Comments:12 (11 by maintainers)
Top Results From Across the Web
Syncing a fork - GitHub Docs
Select the Sync fork dropdown. ... Review the details about the commits from the upstream repository, then click Update branch. ... If the...
Read more >How do I update or sync a forked repository on GitHub?
To update the remote fork from its parent, use the gh repo sync subcommand and supply your fork name as argument. $ gh...
Read more >How to Update a Fork in Git - Medium
Now you should see changes where your fork needs to play “catch up”. Click “Create Pull Request”, give it a name, click “Send...
Read more >How to Sync and Update a Forked Repository - Section.io
This article demonstrates how to sync and update a forked repo using GitHub desktop and Git bash with examples.
Read more >Migrate from v4 - Vue CLI
webpack-dev-server has been updated from v3 to v4. So there are breaking changes with regard to the devServer option in vue.config.js .
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Sounds awesome 👍 I’ll add the old functions back again with a deprecated warning on function call and create a pull request you can comment on if you have questions or want to know whats happening here and there.
Hey @alexzaganelli
Thanks for the merge and also thanks for the adjustments. Didn’t use Mongo before. I’ll see what I can do to improve this awesome plugin in the future 😃
Best Regards, Tobi