Closed freebsensetips closed 1 year ago
I've tried and couldn't reproduce.
Can you provide more information with the reproduction steps?
Thanks for you response but still facing issue
Editor View
Editor Preview
Published View
abp install-libs
command.Using a Basic Theme and added some of my customized code to the theme Ok I will check but can you tell me which option i need to check in the package.json file ?
my package.json file { "version": "1.0.0", "name": "my-app", "private": true, "dependencies": { "@abp/aspnetcore.mvc.ui.theme.basic": "~7.0.2", "@abp/aspnetcore.mvc.ui.theme.leptonxlite": "~2.0.2", "@abp/cms-kit": "~7.0.2" } }
It may be related to this.
You can upgrade to v7.1.0+ to solve this problem.
Or replace ContentParser
, but since in v7.0.0, the ContentParser.ParseContent
method is not virtual, you may need to do a lot of work.
Thanks @JadynWong I will try and update
Done
Is there an existing issue for this?
Description
In CmsKit Try to add new blog posts in detail When I add this in the code it shows
static void Main(string[] args)
Reproduction Steps
No response
Expected behavior
static void Main(string[] args)
Actual behavior
No response
Regression?
No response
Known Workarounds
No response
Version
7.0
User Interface
MVC
Database Provider
EF Core (Default)
Tiered or separate authentication server
None (Default)
Operation System
Windows (Default)
Other information
No response