diff --git a/.gitignore b/.gitignore index 9f11b75..c253c55 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ .idea/ +/Documentation-GENERATED-temp/ diff --git a/composer.json b/composer.json index a53d745..898f7d4 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,12 @@ "name": "friendsoftypo3/feedit", "type": "typo3-cms-extension", "description": "Edit a TYPO3 page content element in the backend by clicking it in the frontend as a logged-in backend user.", - "homepage": "https://typo3.org", + "homepage": "https://extensions.typo3.org/extension/feedit", + "support": { + "issues": "https://github.com/FriendsOfTYPO3/feedit/issues", + "source": "https://github.com/FriendsOfTYPO3/feedit", + "docs": "https://docs.typo3.org/p/friendsoftypo3/feedit/main/en-us/" + }, "license": ["GPL-2.0-or-later"], "authors": [{ "name": "TYPO3 Core Team",