ichhabrecht/mask-export
Composer 安装命令:
composer require ichhabrecht/mask-export
包简介
Export your mask elements as extension
README 文档
README
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
- Thanks to Marcus Schwemer who wrote about mask_export in his blog TYPO3worx
- Thanks to Thomas Löffler for his ongoing support as Patron
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 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
与 ichhabrecht/mask-export 相关的其它包
同方向 / 同关键字的高下载量 PHP Composer 包推荐,方便对比选型:
Provides methods to create, validate and render HTML forms in PHP.
Never configure mask permissions for editors manually ever again!
ke_search Indexer for all Mask-Elements
Bulk export of sylius resources
Site generator / tree model duplicator used to generate mini-website or duplicate tree model
Small class for checking ip addresses
统计信息
- 总下载量: 218.12k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 45
- 点击次数: 21
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: GPL-2.0-or-later
- 更新时间: 2018-04-14