ichhabrecht/mask-export 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

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

ichhabrecht/mask-export

Composer 安装命令:

composer require ichhabrecht/mask-export

包简介

Export your mask elements as extension

README 文档

README

Latest Stable Version Build Status StyleCI

Want to create new content elements the easy way?

Use mask and its drag & drop wizard to create content elements the easy way.

Use mask_export to export the content elements into an own extension.

Why

A content element needs some TCA information, TypoScript and database configuration and template files. Actually there is no need to depend on any third party extension when dealing with content elements.

But you don't want to deal with different information in different files and folders. You want to be able to concentrate on what is necessary for the user, not how it has to be implemented in your TYPO3 CMS.

By using mask and mask_export you can do exactly this! Simply create your own content elements by using a drag & drop wizard. Add fields, repeating items, nested content elements within minutes.

Why not

Mask offers an easy way to create content elements but has some disadvantage when you need to take care about performance. Especially the frontend rendering can take at lot of time for uncached pages. Instead of relying on TYPO3 CMS core rendering, all elements are rendered by an own Extbase Controller. As this was needed to support former version of TYPO3 CMS, it was deprecated with the introduction of fluid_styled_content and the concepts of DataProcessors in TYPO 7 LTS.

This is what mask_export is developed for. It takes the content element information from the mask configuration and generates the needed code to get those elements to work with pure TYPO3 CMS core functionality out of the box. It bundles all necessary information into an own extension that can be installed and used in every other TYPO3 CMS system.

Installation

Simply install mask and mask_export with Composer or the Extension Manager.

composer require ichhabrecht/mask-export

Usage

  • use the mask wizard to configure own content elements
  • change to tab "Code Export"
  • if you like change the extension key, the default one is my_mask_export
  • either install or download your extension

Best practise

It is recommended to not touch the generated export extension. Instead you should add necessary changes and your own templates into a site package.

This ensures you can edit your content elements within the mask wizard (add further content elements, change settings) and still be able to use the new extension version in your existing system.

You can find some common configuration in the my_maskexport_sitepackage example site package.

Furthermore you can refer to the slides CCE (Custom Content Elements) - Best Practice for additional information.

Community

ichhabrecht/mask-export 适用场景与选型建议

ichhabrecht/mask-export 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 218.12k 次下载、GitHub Stars 达 44, 最近一次更新时间为 2018 年 04 月 14 日, 在 PHP 生态内属于活跃度较高的组件。

它主要适用于以下技术方向: 「wizard」 「export」 「mask」 「TYPO3 CMS」 「content elements」 等业务场景。在实际项目中,围绕这些方向常见需要落地的问题包括:接口对接、性能调优、并发安全、与既有框架(Laravel / ThinkPHP / Yii / Webman 等)的兼容适配,以及生产环境的日志埋点与稳定性保障。

我们在过去多个企业项目中使用过 ichhabrecht/mask-export 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。

围绕 ichhabrecht/mask-export 我们能提供哪些服务?
定制开发 / 二次开发

基于 ichhabrecht/mask-export 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。

BUG 修复 & 性能优化

线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。

项目外包 & 长期维护

承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。

yvsm@zunyunkeji.com QQ:316430983 微信:yvsm316 西安尊云信息科技 · 专注 PHP / Go / 分布式系统研发

统计信息

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

GitHub 信息

  • Stars: 44
  • Watchers: 11
  • Forks: 27
  • 开发语言: PHP

其他信息

  • 授权协议: GPL-2.0-or-later
  • 更新时间: 2018-04-14