diff --git a/Documentation/Installation/Index.rst b/Documentation/Installation/Index.rst index 46e0b442..46712c4c 100644 --- a/Documentation/Installation/Index.rst +++ b/Documentation/Installation/Index.rst @@ -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. diff --git a/Documentation/YamlReference/Index.rst b/Documentation/YamlReference/Index.rst index 9fed4381..5b600a19 100644 --- a/Documentation/YamlReference/Index.rst +++ b/Documentation/YamlReference/Index.rst @@ -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** diff --git a/Documentation/guides.xml b/Documentation/guides.xml index 7b3d27ef..fc2647ba 100644 --- a/Documentation/guides.xml +++ b/Documentation/guides.xml @@ -5,12 +5,12 @@