Skip to content

Commit

Permalink
Merge pull request #6 from wernerkrauss/patch-1
Browse files Browse the repository at this point in the history
Use namespacing in config
  • Loading branch information
hudhaifas authored Nov 4, 2019
2 parents 230c97b + 96c8df4 commit c2668f5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Being able to configure the list of social networks means you can align the list
You can configure the list of available social networks by adding a yaml config, as such:

```yaml
SocialLink:
Burnbright\SocialLinks\SocialLink:
networks:
facebook: Facebook
linkedin: LinkedIn
Expand All @@ -31,7 +31,7 @@ If you don't specify a configuration of networks, then a default list will kick
Add the `SocialLinkMemberExtension` extension to Member to allow each member to have multiple extensions.

```yaml
Member:
SilverStripe\Security\Member:
extensions:
- SocialLinkMemberExtension
```
```

0 comments on commit c2668f5

Please sign in to comment.