add the create post page which will be only accessible to logined user and the admin.
The page will contain input fields for
- Title
- Description
- Tags
- CoverImage
and a Send for review button to send the blog for review to the admin using /blogs/create route.
A large part of the page will be dedicated to a richtext editor.
add the create post page which will be only accessible to logined user and the admin.
The page will contain input fields for
and a
Send for reviewbutton to send the blog for review to the admin using/blogs/createroute.A large part of the page will be dedicated to a richtext editor.