nglasl/silverstripe-fusion
最新稳定版本:2.0.9
Composer 安装命令:
composer require nglasl/silverstripe-fusion
包简介
A module for SilverStripe which will automatically consolidate existing tag types into new fusion tags, and allows searchable content tagging out of the box.
README 文档
README
The current release is 2.0.9
A module for SilverStripe which will automatically consolidate existing tag types into new fusion tags, and allows searchable content tagging out of the box.
Requirement
- SilverStripe 3.1 → 3.5
This module is no longer supported.
Getting Started
- Place the module under your root project directory.
/dev/build- Select
Taggingthrough the CMS.
Overview
Tags
These will be automatically consolidated, based on data objects ending with Tag. To further customise this process, you may define the following:
FusionService: custom_tag_types: TagName: 'Attribute'
FusionService: tag_type_exclusions: - 'TagName'
Tag Management
The fusion tags are managed like any other data object, where tag types reflect those that have been consolidated. This pushes changes out to those respective tag types, maintaining any functionality directly requiring a tag that has been consolidated.
Searchable Content Tagging
The fusion tags are immediately available to pages out of the box, allowing searchable content tagging (using Tagging) for both content authors and users.
To enable tagging for a data object:
DataObjectName: extensions: - 'TaggingExtension'
Maintainer Contact
Nathan Glasl, nathan@symbiote.com.au
统计信息
- 总下载量: 9.16k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 2
- 推荐数: 0
其他信息
- 授权协议: BSD-3-Clause
- 更新时间: 2015-07-12



