innoweb/silverstripe-social-profiles
最新稳定版本:4.0.0
Composer 安装命令:
composer require innoweb/silverstripe-social-profiles
包简介
Adds social profile links to the site.
README 文档
README
Overview
Adds social profile links to the site.
Requirements
- SilverStripe CMS 6
Installation
Install the module using composer:
composer require innoweb/silverstripe-social-profiles dev-master
Then run dev/build.
Configuration
The module adds a new tab to the SiteConfig in the CMS where all the social profiles can be configured.
To add the profile links to your site, add the following include to your Page.ss template:
<% include SocialProfileLinks %>
MultiSites support
The module supports multisites and configured-multisites and by default adds the config options to the Sites.
If you want to manage the profiles globally, please add the following settings in your config.yml:
Innoweb\SocialProfiles\Extensions\ConfigExtension:
multisites_enable_global_settings: true
This will add the fields to your SiteConfig instead of Site.
License
BSD 3-Clause License, see License
统计信息
- 总下载量: 2.07k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 2
其他信息
- 授权协议: BSD-3-Clause
- 更新时间: 2017-05-03