mirror of
https://github.com/FriendsOfTYPO3/feedit.git
synced 2024-11-23 14:46:09 +01:00
[TASK] Add TER + documentation + repository to composer.json
Add the common extension destinations to composer.json. Packagist displays them in a prominent place.
This commit is contained in:
parent
75db0bdbae
commit
4aaecb36b7
2 changed files with 7 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1 +1,2 @@
|
||||||
.idea/
|
.idea/
|
||||||
|
/Documentation-GENERATED-temp/
|
||||||
|
|
|
@ -2,7 +2,12 @@
|
||||||
"name": "friendsoftypo3/feedit",
|
"name": "friendsoftypo3/feedit",
|
||||||
"type": "typo3-cms-extension",
|
"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.",
|
"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"],
|
"license": ["GPL-2.0-or-later"],
|
||||||
"authors": [{
|
"authors": [{
|
||||||
"name": "TYPO3 Core Team",
|
"name": "TYPO3 Core Team",
|
||||||
|
|
Loading…
Reference in a new issue