-
Notifications
You must be signed in to change notification settings - Fork 3.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New Module: CMS Kit / Prepare the initial solution #4743
Comments
I'm excited to see this. I think the key of a CMS is to be able to handle dynamic content flexibly. Users should easily define a content (blog, questionnaire, webpage, etc.) without hardcode. So is there anything you can share about dynamic content management? |
https://github.com/maliming/Owl.GeneralTree may be a good example, it provides a standard entity structure, repository, UI component, and more. CMS Kit is a great and important infrastructure for application module development. After I knew this plan, I stopped the development of application modules that depend on CMS Kit's features. I hope it will be released earlier. 😃 |
There is already an in-progress CMS module https://github.com/EasyAbp/Cms/ |
EasyAbp.Cms is an application module, not a CMS framework or component set and it is a backlog for now. I'd like to continue to develop this module with the CMS Kit after it's released. |
Looking forward for the favourites widget! |
Introduction
CMS Kit (CmsKit) is a new module idea that contains CMS (Content Management System) components. It is not a CMS application, but actually a CMS framework or component set.
Some of the planned components are;
These components are entity independent and provides reusable widgets. For example, you can add a "comment" or "tag" functionality to an image gallery or a blog post.
This is currently experimental and you are free to comment on this issue for your ideas.
This issue is to create the initial solution structure for the development.
TODO
Switch to Local Framework References
Change the Solution Structure
Additional Info
Apply Module Standards
The text was updated successfully, but these errors were encountered: