{"id":17000897,"url":"https://github.com/ichhabrecht/mask_export","last_synced_at":"2025-07-24T08:39:19.642Z","repository":{"id":9691736,"uuid":"63010277","full_name":"IchHabRecht/mask_export","owner":"IchHabRecht","description":"Export your mask elements as extension","archived":false,"fork":false,"pushed_at":"2023-10-16T09:07:42.000Z","size":589,"stargazers_count":44,"open_issues_count":24,"forks_count":26,"subscribers_count":11,"default_branch":"main","last_synced_at":"2025-06-22T07:21:15.295Z","etag":null,"topics":["content","custom","element","export","mask","typo3","typo3-cms","typo3-extension","wizard"],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/IchHabRecht.png","metadata":{"files":{"readme":"README.md","changelog":"ChangeLog","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-07-10T17:25:52.000Z","updated_at":"2024-12-20T05:40:27.000Z","dependencies_parsed_at":"2024-06-19T10:00:33.206Z","dependency_job_id":"e63771eb-63fe-4ceb-845e-34853dedbf29","html_url":"https://github.com/IchHabRecht/mask_export","commit_stats":null,"previous_names":[],"tags_count":35,"template":false,"template_full_name":null,"purl":"pkg:github/IchHabRecht/mask_export","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IchHabRecht%2Fmask_export","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IchHabRecht%2Fmask_export/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IchHabRecht%2Fmask_export/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IchHabRecht%2Fmask_export/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/IchHabRecht","download_url":"https://codeload.github.com/IchHabRecht/mask_export/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IchHabRecht%2Fmask_export/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266815283,"owners_count":23988564,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-07-24T02:00:09.469Z","response_time":99,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["content","custom","element","export","mask","typo3","typo3-cms","typo3-extension","wizard"],"created_at":"2024-10-14T04:13:18.724Z","updated_at":"2025-07-24T08:39:19.194Z","avatar_url":"https://github.com/IchHabRecht.png","language":"PHP","funding_links":["https://www.patreon.com/IchHabRecht"],"categories":[],"sub_categories":[],"readme":"# TYPO3 Extension mask_export\n\n[![Latest Stable Version](https://img.shields.io/packagist/v/ichhabrecht/mask-export.svg)](https://packagist.org/packages/ichhabrecht/mask-export)\n[![Build Status](https://img.shields.io/travis/IchHabRecht/mask_export/main.svg)](https://travis-ci.org/IchHabRecht/mask_export)\n[![StyleCI](https://styleci.io/repos/63010277/shield?branch=main)](https://styleci.io/repos/63010277)\n\nWant to create new content elements the easy way?\n\nUse [mask](http://mask.webprofil.at) and its drag \u0026 drop wizard to create content elements the easy way.\n\nUse mask_export to export the content elements into an own extension.\n\n## Why\n\nA content element needs some TCA information, TypoScript and database configuration and template files.\nActually there is no need to depend on any third party extension when dealing with content elements.\n\nBut you don't want to deal with different information in different files and folders.\nYou want to be able to concentrate on what is necessary for the user, not how it has to be implemented in your TYPO3 CMS.\n\nBy using mask and mask_export you can do exactly this! Simply create your own content elements by using a drag \u0026 drop wizard.\nAdd fields, repeating items, nested content elements within minutes.\n\n## Why not\n\nMask offers an easy way to create content elements but has some disadvantage when you need to take care about performance.\nEspecially the frontend rendering can take at lot of time for uncached pages.\nInstead of relying on TYPO3 CMS core rendering, all elements are rendered by an own Extbase Controller.\nAs 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.\n\nThis is what mask_export is developed for. It takes the content element information from the mask configuration and generates the needed\ncode to get those elements to work with pure TYPO3 CMS core functionality out of the box.\nIt bundles all necessary information into an own extension that can be installed and used in every other TYPO3 CMS system.\n\n## Installation\n\nSimply install mask and mask_export with Composer or the Extension Manager.\n\n`composer require ichhabrecht/mask-export`\n\n## Usage\n\n- use the mask wizard to configure own content elements\n- change to tab \"Code Export\"\n- if you like change the extension key, the default one is *my_mask_export*\n- either install or download your extension\n\n## Best practise\n\nIt is recommended to **not touch** the generated export extension.\nInstead you should add necessary changes and your own templates into a [site package](https://sitepackagebuilder.com/).\n\nThis ensures you can edit your content elements within the mask wizard (add further content elements, change settings)\nand still be able to use the new extension version in your existing system.\n\nYou can find some common configuration in the [my_maskexport_sitepackage](https://github.com/IchHabRecht/my_maskexport_sitepackage)\nexample site package.\n\nFurthermore you can refer to the slides [CCE (Custom Content Elements) - Best Practice ](https://de.slideshare.net/cpsitgmbh/cce-custom-content-elements-best-practice)\nfor additional information. \n\n## Community\n\n- Thanks to [Marcus Schwemer](https://twitter.com/MarcusSchwemer) who wrote about mask_export in his blog [TYPO3worx](https://typo3worx.eu/2018/03/eight-typo3-extensions-making-developers-happy/)\n- Thanks to [Thomas Löffler](https://spooner-web.de) for his ongoing support as [Patron](https://www.patreon.com/IchHabRecht)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fichhabrecht%2Fmask_export","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fichhabrecht%2Fmask_export","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fichhabrecht%2Fmask_export/lists"}