0
nhontran created
Hi, I want to use the text template management module to manage the email template in our application. However, I could not find the create button in text template management page under Administration -> Text Templates. I checked the permission, there is no create permission as well. Is there any reason why we don't allow to create a new text template?
- ABP Framework version: v3.3.2
- UI type: Angular
- DB provider: EF Core / MongoDB
- Tiered (MVC) or Identity Server Seperated (Angular): yes
- Exception message and stack trace:
- Steps to reproduce the issue:
2 Answer(s)
-
0
hi
Please check this document. You need define it first.
https://docs.abp.io/en/abp/latest/Text-Templating#defining-templates
-
0
Hi @maliming, I have followed the article and been able to create a new template, thank you.