I'm about to make a blog extension where users (or admins only, idk yet) are going to be able to post blog posts. I'm going to make a new section where those blog posts will be listed.
However, I was going through the Flarum\Post model and saw that there's a property type. Is it appropriate to use the posts table for storing blog posts? In my opinion most of the functionality overlaps with forum posts.
Edit: I haven't actually went through the whole thought process of this kind of implementation, so I'm not quite sure if I'm able to use Flarum's models or tables. ?
I'm really new to this project!