{"id":22725057,"url":"https://github.com/wapplersystems/t3-tag","last_synced_at":"2025-06-15T11:08:22.071Z","repository":{"id":222206799,"uuid":"756065557","full_name":"WapplerSystems/t3-tag","owner":"WapplerSystems","description":"Tag tca type like category","archived":false,"fork":false,"pushed_at":"2024-12-13T11:39:30.000Z","size":204,"stargazers_count":2,"open_issues_count":3,"forks_count":1,"subscribers_count":1,"default_branch":"release/v12","last_synced_at":"2025-04-20T19:23:45.534Z","etag":null,"topics":["typo3","typo3-cms-extension"],"latest_commit_sha":null,"homepage":"","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/WapplerSystems.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}},"created_at":"2024-02-11T21:44:20.000Z","updated_at":"2024-09-26T22:40:20.000Z","dependencies_parsed_at":"2025-04-13T19:08:16.357Z","dependency_job_id":"94ca3076-9b11-45e9-b52a-ea0025c5027e","html_url":"https://github.com/WapplerSystems/t3-tag","commit_stats":null,"previous_names":["wapplersystems/t3-tag"],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/WapplerSystems/t3-tag","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WapplerSystems%2Ft3-tag","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WapplerSystems%2Ft3-tag/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WapplerSystems%2Ft3-tag/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WapplerSystems%2Ft3-tag/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/WapplerSystems","download_url":"https://codeload.github.com/WapplerSystems/t3-tag/tar.gz/refs/heads/release/v12","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WapplerSystems%2Ft3-tag/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259964329,"owners_count":22938724,"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","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":["typo3","typo3-cms-extension"],"created_at":"2024-12-10T15:08:43.835Z","updated_at":"2025-06-15T11:08:22.065Z","avatar_url":"https://github.com/WapplerSystems.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# A patch for TYPO3 to easily add tags just like categories to any element.\n\nThe extension automatically adds the tag field to the following elements:\n- tt_content\n- fe_users\n\nThere are two ways to add the tag field to your own element:\n\nBy override file:\n```\n\\TYPO3\\CMS\\Core\\Utility\\ExtensionManagementUtility::addTCAcolumns('\u003ctable\u003e', [\n    'tags' =\u003e [\n        'config' =\u003e [\n            'type' =\u003e 'tag',\n        ],\n    ],\n]);\n\n\\TYPO3\\CMS\\Core\\Utility\\ExtensionManagementUtility::addToAllTCAtypes('\u003ctable\u003e', 'tags', '', 'after:categories');\n```\n\n\nBy TCA configuration:\n```\n'tags' =\u003e [\n    'config' =\u003e [\n        'type' =\u003e 'tag',\n    ],\n],\n```\n\nPlease don't forget to add the field in your sql file:\n\n`tags int(11) DEFAULT '0' NOT NULL`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwapplersystems%2Ft3-tag","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwapplersystems%2Ft3-tag","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwapplersystems%2Ft3-tag/lists"}