Hi, I am trying to create a custom blog page for users ( I don't want to show the blogs in Pages application tree )
For this, I am creating custom user controls for following blog pages:
1. Create blog page
2. Edit blog page
3. Add post to blog
I need a Rich Text Box Editor to allow users to edit their text while writing the blog.
I have following questions:
- Do I need to use a third party rich text editor as I don't see it in toolbox in Visual Studio?
- Can I use CMSEditableRegion in custom web user control? I don't see it in toolbox. Followed this post:
https://docs.kentico.com/k8/references/kentico-controls/cms-controls/cms-controls-editable-regions-for-aspx-templates/cmseditableregion
- How to allow users to insert images to their blog? Do I need to tell them to upload the image first and paste the link in the blog?
Thanks