Open Closed

How can I add a new field to the Edit Blog Post screen? #7222


User avatar
0
canh.nguyen@efibot.com created
  • ABP Framework version: v8.0.1
  • UI Type: Angular / MVC / Blazor WASM
  • Database System: EF Core (SQL Server)
  • Tiered (for MVC) or Auth Server Separated (for Angular): yes
  • Exception message and full stack trace:
  • Steps to reproduce the issue:

How can I add a new field to the Edit Blog Post screen?

Currently, we have a Custom folder for the custom list Blog Post and View Blog Post screens. I don't know how to add a new field to the Edit Blog Post screen.

I also tried some ways, such as adding extraProperties for the Blog Post, but I can't find 'ConfigureCmsKit' in the Module settings. I also checked the ABP Suite, but strangely, no CMS kit is installed.

Please check the reference link and attachment below:

https://github.com/abpframework/abp/blob/dev/modules/blogging/src/Volo.Blogging.Web/Pages/Blogs/Posts/Edit.cshtml https://docs.abp.io/en/abp/latest/Modules/Cms-Kit/Index#entity-extensions


2 Answer(s)
  • User Avatar
    0
    liangshiwei created
    Support Team Fullstack Developer

    Hi,

    I guess this is because you didn't install the CMS module?

  • User Avatar
    0
    liangshiwei created
    Support Team Fullstack Developer

    Added module extension support for CMS in this PR

    https://github.com/abpframework/abp/pull/16619

Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11