{"id":18786847,"url":"https://github.com/chfoidl/typo3-dcp","last_synced_at":"2026-06-30T16:31:48.382Z","repository":{"id":62542711,"uuid":"98464032","full_name":"chfoidl/typo3-dcp","owner":"chfoidl","description":"TYPO3 extension to output tt_content elements via a plugin.","archived":false,"fork":false,"pushed_at":"2019-02-24T15:25:29.000Z","size":46,"stargazers_count":2,"open_issues_count":3,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-10-24T15:48:06.496Z","etag":null,"topics":[],"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-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/chfoidl.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-07-26T20:39:45.000Z","updated_at":"2020-03-18T11:19:07.000Z","dependencies_parsed_at":"2022-11-02T16:16:27.212Z","dependency_job_id":null,"html_url":"https://github.com/chfoidl/typo3-dcp","commit_stats":null,"previous_names":["chrisxf/typo3-dcp"],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/chfoidl/typo3-dcp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chfoidl%2Ftypo3-dcp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chfoidl%2Ftypo3-dcp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chfoidl%2Ftypo3-dcp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chfoidl%2Ftypo3-dcp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/chfoidl","download_url":"https://codeload.github.com/chfoidl/typo3-dcp/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chfoidl%2Ftypo3-dcp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34975668,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-30T02:00:05.919Z","response_time":92,"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":[],"created_at":"2024-11-07T20:52:42.894Z","updated_at":"2026-06-30T16:31:48.355Z","avatar_url":"https://github.com/chfoidl.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# TYPO3 Extension ``DCP``\n\n[![StyleCI](https://styleci.io/repos/98464032/shield?branch=master)](https://styleci.io/repos/98464032)\n[![Latest Stable Version](https://poser.pugx.org/sethorax/typo3-dcp/v/stable)](https://packagist.org/packages/sethorax/typo3-dcp)\n[![License](https://poser.pugx.org/sethorax/typo3-dcp/license)](https://packagist.org/packages/sethorax/typo3-dcp)\n\n\n\u003e This extension adds a plugin to display centralized tt_content elements based on storage (PIDs).\n\n### Features\n\n- Works with all content elements (even third party ones like DCEs)!\n- Outputs all content elements from selected pages (or sysfolders).\n- Ability to define a plugin mode whose value can be retreived in content element templates via a built-in viewhelper.\n- Ability to further filter the elements by TYPO3 categories\n- Ability to limit the number of records.\n- Ability to select a tt_content database field used for sorting.\n- Ability to select the sorting direction.\n- Fully compatible with multiple languages and all language overlay modes.\n\n\u003e Say hello to centralized dynamic content!\n\nRendering is done via the content object typoscript methods. So all default functionality like **start and end times** and **hidden** does work!\n\n\n### Usage\n\n#### Installation\n\nInstallation using Composer\n\nIt is recommended to install this extension via composer.  \nTo install it just do ``composer require sethorax/typo3-dcp``\n\nThis extension can also be installed traditionally via the TYPO3 Extension Repository (TER).\n\n#### Setup\n\n1. Include the static TypoScript template of the extension.\n2. Define some plugin modes via pageTS (see example below).\n3. Create the dynamic content plugin where you want to output your centralized content elements.\n4. Set your mode, and storage and optionally some categories, the limit, order field and sorting direction.\n5. Have fun with your centralized content!\n\n\n### Example\n\nThe first thing before using this plugin is to specify the plugin modes in pageTS.  \nTo do that simply add a new pageTS settings like the following: \n\n```\ntx_dcp.pluginModes {\n\tlist = List\n\tdetail = Detail\n}\n```\n\nOnce the plugin modes are set, they can be selected within the plugin settings.  \nWith the help of the built-in ```{dcp:mode.get()}``` viewhelper the plugin mode value can be retreived in the content element template.  \nThis makes it possible to create different render options for the same content element type based on the plugin mode (e.g. list or detail view).\n\n##### ViewHelper namespace\n\nTo use the built-in viewhelper, simply add the following at the top of your fluid template:  \n\u003e ```{namespace dcp=Sethorax\\Dcp\\ViewHelpers}```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchfoidl%2Ftypo3-dcp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchfoidl%2Ftypo3-dcp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchfoidl%2Ftypo3-dcp/lists"}