承接 deviateltd/silverstripe-advancedassets 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

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

deviateltd/silverstripe-advancedassets

最新稳定版本:1.1.12

Composer 安装命令:

composer require deviateltd/silverstripe-advancedassets

包简介

Adds fine-grained control over who has access to file and folders.

README 文档

README

This version should work with PHP 7.2 and SilverStripe 3.7

Provides an additional Files admin area in the CMS in parallel with the CMS' standard Files admin area. It allows for some "advanced" file and folder features as follows:

Features

  1. Individual permissions to files and folders using the CMS' standard security system
  2. Embargo and expiry on individual files and folders
  3. Individual access to the Advanced Assets CMS admin
  4. Integrates with the Subsites module

Note: 1. and 2. (above) need to be explicitly enabled. See the "Options" section below.

Compatibility

If installed alongside the standard "Secured Files" module, the latter's features and access will be disabled.

Options

The module's features have been broadly broken into 2 components; Embargo / Expiry and Security. Each of these components are able to be individually enabled or disabled via the standard SilverStripe YML configuration system and are disabled by default. To enable them:

AdvancedAssetsFilesSiteConfig:
  component_security_enabled: true
  component_embargoexpiry_enabled: true

Installation

  1. Git Clone
#> git clone https://github.com/deviateltd/silverstripe-advancedassets.git
  1. Composer command
composer require deviateltd/silverstripe-advancedassets dev-master
  1. Composer (Manual)

Edit your project's composer.json as follows:

Add a new line under the "require" block:

deviateltd/silverstripe-advancedassets

Add a new block under the "repositories" block:

  {
   "type": "vcs",
   "url": "https://github.com/deviateltd/silverstripe-advancedassets.git"
  }

Now run dev/build via the browser or command line - and don't forget to flush.

Iconography

Component icons courtesy thenounproject.com licensed under the Creative Commons 3.0.

统计信息

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

GitHub 信息

  • Stars: 8
  • Watchers: 3
  • Forks: 2
  • 开发语言: PHP

其他信息

  • 授权协议: BSD
  • 更新时间: 2015-05-07