-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #27 from lpostiglione/lpostiglione-patch-1
Possible Problems without blog installed
- Loading branch information
Showing
2 changed files
with
12 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,20 @@ | ||
# Blog Configuration | ||
|
||
Add the following lines to a .yml config file of your choice: | ||
~~~~ | ||
SilverStripe\Blog\Model\Blog: | ||
extensions: | ||
- CyberDuck\SEO\Model\Extension\SeoBlogExtension | ||
SilverStripe\Blog\Model\BlogPost: | ||
extensions: | ||
- CyberDuck\SEO\Model\Extension\SeoBlogPostExtension | ||
~~~~ | ||
|
||
## Default Blog Post Meta | ||
|
||
After installation the Blog Page type will have a new tab called Post SEO in the CMS with the following configuration. | ||
|
||
- Default Meta title - Use page Title when no Meta title set for Blog Post | ||
- Default Meta description - Use page summary when no Meta description set for Blog Post | ||
- Use featured image as social image - Uses the featured image in social sharing Meta | ||
- Use featured image as social image - Uses the featured image in social sharing Meta | ||
|