Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/Build/ export-ignore
/Tests/ export-ignore
/.github/ export-ignore
/.gitattributes export-ignore
/.gitignore export-ignore
/.gitlab-ci.yml export-ignore
/CLAUDE.md export-ignore
24 changes: 23 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,30 @@
{
"name": "b13/ai-label",
"type": "typo3-cms-extension",
"description": "AI Label / Flags backend records as AI-created / AI-modified.",
"description": "AI Label - Disclose AI-generated and AI-modified content as required by Article 50 of the EU AI Act: flag records in the backend, track editorial review, and mark flagged content in the frontend.",
"license": "GPL-2.0-or-later",
"keywords": [
"TYPO3 CMS",
"ai",
"ai act",
"compliance",
"transparency",
"disclosure",
"labelling"
],
"homepage": "https://b13.com",
"authors": [
{
"name": "b13 GmbH",
"email": "typo3@b13.com",
"homepage": "https://b13.com",
"role": "Developer"
}
],
"support": {
"issues": "https://github.com/b13/ai-label/issues",
"source": "https://github.com/b13/ai-label"
},
"require": {
"typo3/cms-backend": "^13.4 || ^14.3",
"typo3/cms-frontend": "^13.4 || ^14.3"
Expand Down
2 changes: 1 addition & 1 deletion ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

$EM_CONF[$_EXTKEY] = [
'title' => 'AI Label',
'description' => 'Flags backend records as AI-created / AI-modified.',
'description' => 'Disclose AI-generated and AI-modified content as required by Article 50 of the EU AI Act: flag records in the backend, track editorial review, and mark flagged content in the frontend.',
'category' => 'be',
'author' => 'b13 GmbH',
'author_email' => 'typo3@b13.com',
Expand Down