{"id":21277982,"url":"https://github.com/b13/tag","last_synced_at":"2025-06-23T04:36:16.701Z","repository":{"id":48821689,"uuid":"229779318","full_name":"b13/tag","owner":"b13","description":"Tags Input for TYPO3 Core","archived":false,"fork":false,"pushed_at":"2025-06-10T11:49:22.000Z","size":85,"stargazers_count":5,"open_issues_count":2,"forks_count":0,"subscribers_count":9,"default_branch":"master","last_synced_at":"2025-06-18T06:11:36.267Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/b13.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2019-12-23T15:36:50.000Z","updated_at":"2025-05-13T08:21:26.000Z","dependencies_parsed_at":"2025-01-22T09:28:16.667Z","dependency_job_id":"292169b2-fcb5-426f-b456-0a1cab53ac8e","html_url":"https://github.com/b13/tag","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/b13/tag","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/b13%2Ftag","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/b13%2Ftag/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/b13%2Ftag/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/b13%2Ftag/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/b13","download_url":"https://codeload.github.com/b13/tag/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/b13%2Ftag/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261416264,"owners_count":23155036,"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":[],"created_at":"2024-11-21T10:08:31.877Z","updated_at":"2025-06-23T04:36:11.682Z","avatar_url":"https://github.com/b13.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Tags for TYPO3 v9+\n\nAllow editing and adding lightweight tags for any kind of record to identify records easily.\n\nCharacteristics of tags:\n- Non-translateable - the same tag for all languages\n- Reuse tags by suggesting existing tags\n\n\n## Installation\n\nUse `composer req b13/tag` or download the package from the official TYPO3 Extension Repository.\n\nYou need TYPO3 v9 or later for this extension to work.\n\n## Configuration\n\nAdd a database field for keywords/tags in your database table:\n\n    keywords int(11) unsigned DEFAULT '0' NOT NULL\n\nFor enabling tags in your TCA table of TYPO3, configure it like this in your database table (`Configuration/TCA/tx_my_table.php`).\n\n    'keywords' =\u003e [\n        'label' =\u003e 'Keywords',\n        'config' =\u003e (new \\B13\\Tag\\TcaHelper())-\u003ebuildFieldConfiguration('tx_my_table', 'keywords')\n    ]\n\n    \\TYPO3\\CMS\\Core\\Utility\\ExtensionManagementUtility::addToAllTCAtypes('tx_my_table', 'keywords');\n\nAs all tags are stored in `sys_tag` and all its relations within `sys_tag_mm`, you're on your own whatever\nyou want to do with tags in your system, however multiple functionality might be added later-on.\n\n## Known bugs\n* JavaScript does not care about the ordering of the tags in a list, which would be really cool. This stems\nfrom the fact that the JavaScript library (originally taken from Bootstrap-TagsInput)\n\n## Missing features\n* Permission handling: Make certain tags \"read-only\" for editors, so they can not remove specific tags from a record.\n* Allow to only search for tags on a per-pid basis\n* Allow to configure the \"pid\"\n* Allow numeric tag names\n* Limit max number of tags for a specific field\n* Use LLL labels\n\n## License\n\nThe extension is licensed under GPL v2+, same as the TYPO3 Core. For details see the LICENSE file in this repository.\n\n## Credits\n\nThis extension was created by [Benni Mack](https://github.com/bmack) in 2019 for [b13 GmbH, Stuttgart](https://b13.com).\n\n* Typeahead functionality from https://github.com/bassjobsen/Bootstrap-3-Typeahead\n* https://github.com/hrobertson/bootstrap-tagsinput/ for Bootstrap Tags-Input\n\nFor Bootstrap 4, we might use https://github.com/Nodws/bootstrap4-tagsinput\n\n[Find more TYPO3 extensions we have developed](https://b13.com/useful-typo3-extensions-from-b13-to-you) that help us deliver value in client projects. As part of the way we work, we focus on testing and best practices to ensure long-term performance, reliability, and results in all our code.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fb13%2Ftag","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fb13%2Ftag","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fb13%2Ftag/lists"}