定制 studio1/web2print-bricks 二次开发

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

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

studio1/web2print-bricks

最新稳定版本:v1.0.2

Composer 安装命令:

composer require studio1/web2print-bricks

包简介

Web2PrintBricksBundle for Pimcore

README 文档

README

Installation

1. Preparation

Your Pimcore Docker stack must be built on the current version of Studio1® Pimcore PHP Docker Image. See: https://github.com/studio1gmbh/pimcore-docker

2. Use this bundle

Run following command in PHP FPM docker container:

composer require studio1/web2print-bricks

This adds all dependencies, too.

3. Enable/install Web-to-Print bundles

Run following command in PHP FPM docker container:

# ATTENTION: change to Pimcore folder *before* running following commands
bin/console pimcore:bundle:enable Web2PrintToolsBundle
bin/console pimcore:bundle:install Web2PrintToolsBundle
bin/console pimcore:bundle:enable Web2PrintBricksBundle
bin/console pimcore:bundle:install Web2PrintBricksBundle
bin/console pimcore:bundle:enable OutputDataConfigToolkitBundle
bin/console pimcore:bundle:install OutputDataConfigToolkitBundle

Also see installation notes for Web2PrintToolsBundle and OutputDataConfigToolkitBundle:

4. Change Web-to-Print settings

Web-to-Print Settings

5. Set flag "PrintPage" true for desired perspectives

Take the following perspective configuration as example: default.yaml

Afterwards please reload Pimcore admin backend.

Usage

Add PrintPage document and choose controller, e.g.

Document type Controller
Print container Studio1\Web2PrintBricksBundle\Controller\Web2printController::containerAction
Print page Studio1\Web2PrintBricksBundle\Controller\Web2printController::defaultAction

After choosing the right controller adding bricks of this bundle via editor is possible (maybe reload GUI).

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: GPL-3.0-or-later
  • 更新时间: 2023-03-31