定制 pikselin/silverstripe-markerio 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

pikselin/silverstripe-markerio

最新稳定版本:0.0.2

Composer 安装命令:

composer require pikselin/silverstripe-markerio

包简介

MarkerIO helper for Silverstripe

README 文档

README

basic integration for marker.io with silverstripe

Installation

composer require pikselin/silverstripe-markerio

Configuration

---
after:
    - PikselinMarkerIO
---
Pikselin\MarkerIO\Services\MarkerIOService:
    destination: 'mymarkeriokey'
    allowed_groups:
        - administrators
    allowed_members:
        - admin
    show_in_dev: false
    allow_anonymous: false

Allowed groups and allowed members are optional.

If none are given, nobody can see the widget.

To allow all users, or all groups, give it a value of '*':

allowed_groups:
    - '*'

(note the ' quotes!)

Permissions

A user can also be granted access to the widget, via the CMS.

It is a specific permission which can be set per-user.

统计信息

  • 总下载量: 54
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 3
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 5
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: Unknown
  • 更新时间: 2023-07-10