定制 webbuilders-group/silverstripe-add-to-campaigns 二次开发

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

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

webbuilders-group/silverstripe-add-to-campaigns

最新稳定版本:2.0.0

Composer 安装命令:

composer require webbuilders-group/silverstripe-add-to-campaigns

包简介

Capability to add any Versioned object to a campaign easily for CMS Admins

README 文档

README

Capability to add any Versioned object to a campaign easily for CMS Admins via an "Add to Campaign" button in the CMS just like pages.

Maintainer Contact

Requirements

  • SilverStripe Campaign Admin ~3.0

Installation

composer require webbuilders-group/silverstripe-add-to-campaigns

Usage

By default all SilverStripe\Forms\GridField\GridFieldDetailForm_ItemRequest instances will get an extension that will automatically configure the GridFieldDetailForm_ItemRequest edit form for the "Add to Campaign" functionality for all allowed classes. To add a class to the allowed support in your config.yml you must add the below. The DataObject must include the SilverStripe\Versioned\Versioned extension as well.

WebbuildersGroup\AddToCampaigns\Control\Admin\AddToCampaignController:
  campaignable_classes:
    - 'Full\DataObject\ClassName\Including\Namespace'

If you have not modified your GridFieldDetailForm_ItemRequest actions from the default GridFieldDetailForm_ItemRequest::getFormActions() the "Add to Campaign" button should be automatically be added to all allowed classes. If you have you can add the following to where ever you are setting up your form actions for your DataObject in your GridFieldDetailForm_ItemRequest extension.

use SilverStripe\CampaignAdmin\AddToCampaignHandler_FormAction;

/** ... **/

if (($myDataObject->isPublished() || $myDataObject->isOnDraft()) && $myDataObject->canPublish()) {
    $moreOptions->push(
        AddToCampaignHandler_FormAction::create()
            ->removeExtraClass('btn-primary')
            ->addExtraClass('btn-secondary')
    );
}

统计信息

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

GitHub 信息

  • Stars: 2
  • Watchers: 4
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: BSD-3-Clause
  • 更新时间: 2019-04-04

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固