Skip to content

Commit

Permalink
[TASK] Migrate to friendsoftypo3
Browse files Browse the repository at this point in the history
  • Loading branch information
nhovratov committed Oct 15, 2024
1 parent ce38adb commit c641ad7
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 12 deletions.
6 changes: 1 addition & 5 deletions Documentation/Installation/Index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,7 @@ Using Composer:

.. code-block:: shell
// System Extension TYPO3 v13
composer require typo3/cms-content-blocks
// TYPO3 v12 backport
composer require contentblocks/content-blocks
composer require friendsoftypo3/content-blocks:^0.7
For installations that don't use Composer, activate the Content Blocks extension
in the Extension Manager.
2 changes: 1 addition & 1 deletion Documentation/YamlReference/Index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ a custom :yaml:`table` and a :yaml:`labelField` field. Per default all extra
features like workspaces, language support, frontend restrictions, etc. are
enabled. You can selectively disable each one of them, if you don't use them.

Full examples can be found in the examples repository: https://github.com/nhovratov/content-blocks/tree/main/Build/content-blocks-examples
Full examples can be found in the examples repository: https://github.com/friendsoftypo3/content-blocks/tree/main/Build/content-blocks-examples

**Table of Contents**

Expand Down
8 changes: 4 additions & 4 deletions Documentation/guides.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
<extension class="\T3Docs\Typo3DocsTheme\DependencyInjection\Typo3DocsThemeExtension"
project-home="https://typo3.org/community/teams/typo3-development/initiatives/structured-content/content-blocks"
project-contact="https://typo3.org/community/teams/typo3-development/initiatives/structured-content/"
project-repository="https://github.com/nhovratov/content-blocks"
project-issues="https://github.com/nhovratov/content-blocks/issues"
project-repository="https://github.com/friendsoftypo3/content-blocks"
project-issues="https://github.com/friendsoftypo3/content-blocks/issues"
edit-on-github-branch="main"
edit-on-github="nhovratov/content-blocks"
edit-on-github="friendsoftypo3/content-blocks"
typo3-core-preferred="stable"
interlink-shortcode="contentblocks/content-blocks"
interlink-shortcode="friendsoftypo3/content-blocks"
/>
<project title="Content Blocks"
release="0.7"
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "contentblocks/content-blocks",
"name": "friendsoftypo3/content-blocks",
"type": "typo3-cms-extension",
"description": "TYPO3 CMS Content Blocks - Content Types API",
"homepage": "https://typo3.org",
Expand All @@ -11,7 +11,7 @@
}],
"support": {
"chat": "https://typo3.org/help",
"docs": "https://docs.typo3.org/p/contentblocks/content-blocks/main/en-us/",
"docs": "https://docs.typo3.org/p/friendsoftypo3/content-blocks/main/en-us/",
"issues": "https://forge.typo3.org",
"source": "https://github.com/typo3/typo3"
},
Expand Down

0 comments on commit c641ad7

Please sign in to comment.