From 96c8df431e256ce04decde8e8bde2dd6e1a896b3 Mon Sep 17 00:00:00 2001 From: wernerkrauss Date: Mon, 4 Nov 2019 14:03:15 +0100 Subject: [PATCH] Use namespacing in config In SS4 we now have namespaced classes. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3c5b4f7..b12da7b 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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 -``` \ No newline at end of file +```