schmidtwebmedia/mask-export-to-content-blocks
Composer 安装命令:
composer require schmidtwebmedia/mask-export-to-content-blocks
包简介
TYPO3 extension for semi-automatic migration of your mask export extension to ContentBlocks.
README 文档
README
TYPO3 extension for semi-automatic migration of your mask export extension to ContentBlocks
You have your own mask_export extension and you want to use ContentBlocks now? With this extension you are able to do a semi-automication migration of your used fields.
Install
composer require schmidtwebmedia/mask-export-to-content-blocks --dev
Description
The migration commands are executed on CLI.
Important Step: Create Backup from your current database before you execute these CLI commands.
It does not create any ContentBlock Elements, you have to create it on your own. The only thing what happens here is, that the mapping will be updated.
Step 1
To create a migration.json based on you already existing mask.json in your mask_export extension:
vendor/bin/typo3 mask-export-to-content-blocks:prepare --path="packages/cceexport/Configuration/Mask/mask.json"
Pass the path to your mask.json
Step 2
After execution was succesful, you will find the migration.json in this extension:
fileadmin/mask_export_to_content_blocks/migration.json
There you have to maintain your ContentBlock CEs and fields. e.g.
{
"cceexport_banner": {
"contentBlock": "schmidtwebmedia_banner",
"mask": "cceexport_banner",
"fields": [
{
"mask": "tx_cceexport_box_image",
"contentBlock": "image",
"type": "file",
"ignore": false
},
{
"mask": "tx_cceexport_box_title",
"contentBlock": "header",
"type": "text",
"ignore": false
}
]
},
"cceexport_social_media": {
"contentBlock": "schmidtwebmedia_socialmedia",
"mask": "cceexport_social_media",
"fields": [
{
"mask": "tx_cceexport_social_media_links",
"contentBlock": "schmidtwebmedia_socialmedia_social_media_links",
"ignore": false,
"table": {
"fields": [
{
"contentBlock": "url",
"mask": "tx_cceexport_url",
"ignore": false
},
{
"contentBlock": "channel",
"mask": "tx_cceexport_channel",
"ignore": false,
"remapping": {
"1": "facebook",
"2": "instagram",
"3": "twitter",
"4": "youtube"
}
},
{
"mask": "tx_cceexport_title",
"ignore": true
}
]
}
}
]
}
}
Step 3
If all is maintained, you have to execute:
vendor/bin/typo3 mask-export-to-content-blocks:migrate
What happens now?
- tt_content CType will be replaced with new ContentBlock CEs
- tt_content columns will be copied to the new ones
- Sys file references will be updated to new CE
- Foreign tables will be updated
- be_groups will be updated
schmidtwebmedia/mask-export-to-content-blocks 适用场景与选型建议
schmidtwebmedia/mask-export-to-content-blocks 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 17 次下载、GitHub Stars 达 0, 最近一次更新时间为 2025 年 04 月 25 日, 在 PHP 生态内属于活跃度较高的组件。
它主要适用于以下技术方向: 「extension」 「TYPO3 CMS」 「Contentblocks」 「mask_export」 等业务场景。在实际项目中,围绕这些方向常见需要落地的问题包括:接口对接、性能调优、并发安全、与既有框架(Laravel / ThinkPHP / Yii / Webman 等)的兼容适配,以及生产环境的日志埋点与稳定性保障。
我们在过去多个企业项目中使用过 schmidtwebmedia/mask-export-to-content-blocks 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 schmidtwebmedia/mask-export-to-content-blocks 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
与 schmidtwebmedia/mask-export-to-content-blocks 相关的其它包
同方向 / 同关键字的高下载量 PHP Composer 包推荐,方便对比选型:
A custom URL rule class for Yii 2 which allows to create translated URL rules
GraphQL authentication for your headless Craft CMS applications.
Set Links with a specific language parameter
The Yii2 extension uses jQuery jquery.carousel-1.1.min.js and makes image carousel from php array of structure defined.
Supercharged text field validation.
TYPO3 CMS extension to create gallery content element with preset crop ratios and pagination
统计信息
- 总下载量: 17
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 10
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: GPL-2.0-or-later
- 更新时间: 2025-04-25