{"id":22286262,"url":"https://github.com/einpraegsam/typoscript2ce","last_synced_at":"2025-10-16T19:27:21.432Z","repository":{"id":52173308,"uuid":"80015237","full_name":"einpraegsam/typoscript2ce","owner":"einpraegsam","description":"TYPO3 extension \"typoscript2ce\" - Render TypoScript as a content element","archived":false,"fork":false,"pushed_at":"2024-10-07T08:48:53.000Z","size":216,"stargazers_count":7,"open_issues_count":1,"forks_count":1,"subscribers_count":4,"default_branch":"develop","last_synced_at":"2025-09-01T15:13:11.172Z","etag":null,"topics":["content-element","typo3","typo3-cms-extension","typoscript"],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/einpraegsam.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2017-01-25T13:07:10.000Z","updated_at":"2024-10-07T08:48:54.000Z","dependencies_parsed_at":"2022-08-21T13:50:23.837Z","dependency_job_id":"d276471f-8d84-4da1-9a33-d2527a2e307f","html_url":"https://github.com/einpraegsam/typoscript2ce","commit_stats":null,"previous_names":[],"tags_count":18,"template":false,"template_full_name":null,"purl":"pkg:github/einpraegsam/typoscript2ce","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/einpraegsam%2Ftyposcript2ce","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/einpraegsam%2Ftyposcript2ce/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/einpraegsam%2Ftyposcript2ce/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/einpraegsam%2Ftyposcript2ce/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/einpraegsam","download_url":"https://codeload.github.com/einpraegsam/typoscript2ce/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/einpraegsam%2Ftyposcript2ce/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273453405,"owners_count":25108470,"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-09-03T02:00:09.631Z","response_time":76,"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-element","typo3","typo3-cms-extension","typoscript"],"created_at":"2024-12-03T16:55:15.396Z","updated_at":"2025-10-16T19:27:16.383Z","avatar_url":"https://github.com/einpraegsam.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# TYPO3 Extension typoscript2ce\nRender some typoscript as a content element in TYPO3\n\n\n## What does it do\n\nIf you want to render some TypoScript as a Content Element, you can use this plugin.\nThis plugin is really a small plugin without any deeper logic, but should help you with your daily work.\n\n![Plugin example](Documentation/Images/screenshot_backend_tt_content.png \"Example plugin\")\n\n\n## Quickstart\n\n- Install extension `composer require in2code/typoscript2ce`\n- Add some TypoScript to the current (or the root) page (e.g. lib.myTypoScript)\n- Add the plugin to a page\n- Call same Typoscript object (like lib.anything) into the FlexForm Field\n- Done\n\n\n## Example\n\nJust define your TypoScript: \n\n```\nlib.anything = TEXT\nlib.anything.value = Show this text as content\n```\n\nAnd let it render by adding a new content element of type plugin typoscript2ce.\n\n\n## What else\n\nYou can enable caching for the plugin in the extension manager settings, if you need it.\n\n## Changelog\n\n| Version | Date       | State  | Description                                                                 |\n|---------|------------|--------|-----------------------------------------------------------------------------|\n| 7.0.0   | 2024-10-07 | Task   | Add TYPO3 13 compatibility                                                  |\n| 6.0.0   | 2022-10-18 | Task   | Add TYPO3 12 and drop TYPO3 10 compatibility                                |\n| 5.0.0   | 2021-05-06 | Task   | Add TYPO3 11 compatibility                                                  |\n| 4.0.1   | 2021-03-17 | Task   | Add extension key to composer.json                                          |\n| 4.0.0   | 2021-01-26 | Task   | Modernizing update (new icon, auto releases, reduced technical dept, etc... |\n| 3.0.1   | 2020-05-12 | Bugfix | Update version in ext_emconf.php                                            |\n| 3.0.0   | 2020-05-08 | Task   | Update for TYPO3 10                                                         |\n| 2.0.1   | 2019-02-28 | Bugfix | Remove outdated dependencies in ext_emconf.php                              |\n| 2.0.0   | 2018-11-01 | Task   | Release for TYPO3 9.5                                                       |\n| 1.2.3   | 2017-01-30 | Task   | Fix a typo in composer.json                                                 |\n| 1.2.2   | 2017-01-25 | Task   | Bugfix in composer.json                                                     |\n| 1.2.1   | 2017-01-25 | Task   | Same as 1.2.0 - just a mistake with TER-upload                              |\n| 1.2.0   | 2017-01-25 | Task   | Move to github, add composer.json, Update dependencies for TYPO3 8.x        |\n| 1.1.1   | 2016-07-13 | Bugfix | Small bugfixes                                                              |\n| 1.1.0   | 2016-01-23 | Task   | Change dependencies for TYPO3 6.0-7.x and PHP5.5                            |\n| 1.0.2   | 2014-08-08 | Bugfix | Another manual update                                                       |\n| 1.0.1   | 2014-08-05 | Bugfix | Manual update                                                               |\n| 1.0.0   | 2014-07-28 | Task   | Refactored with extbase and namespaces                                      |\n| 0.1.0   | 2009-03-31 | Task   | Initial release                                                             |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feinpraegsam%2Ftyposcript2ce","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feinpraegsam%2Ftyposcript2ce","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feinpraegsam%2Ftyposcript2ce/lists"}