silverstripe/silverstripe-blog

How to add custom fields to blog post?

Closed this issue · 1 comments

I want to add custom fields to a blog post but didn't find out how to do it without touching the source code.

Is that possible?

Thanks

Figured out, we need to add this to settings:

SilverStripe\Blog\Model\BlogPost:
  extensions:
    - YourExtensionName