1
0
mirror of https://github.com/silverstripe/silverstripe-blog synced 2024-10-22 11:05:58 +02:00
silverstripe-blog/docs/en/configuring-featured-images.md
2019-08-15 09:44:14 +12:00

427 B

By default, featured images for the blog are uploaded to the default SilverStripe location.
If you prefer, you can specify a directory into which featured images will be uploaded by adding the following to your project's config:

SilverStripe\Blog\Model\BlogPost:
  featured_images_directory: 'blog-images'

replacing 'blog-images' with the name of the directory you wish to use.