From 7a9b121834fadd53f63b1a11f64d65a0ccad6b62 Mon Sep 17 00:00:00 2001 From: Lina Wolf <48202465+linawolf@users.noreply.github.com> Date: Sun, 22 Mar 2026 07:35:36 +0100 Subject: [PATCH] Add permalink for prerequisites Releases: main, 13.4 --- Documentation/Extensions/CreateOwnExtension.rst | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Documentation/Extensions/CreateOwnExtension.rst b/Documentation/Extensions/CreateOwnExtension.rst index 49971297..b1cde296 100644 --- a/Documentation/Extensions/CreateOwnExtension.rst +++ b/Documentation/Extensions/CreateOwnExtension.rst @@ -1,6 +1,6 @@ -.. include:: /Includes.rst.txt +.. include:: /Includes.rst.txt -.. _create-own-extension: +.. _create-own-extension: ========================= Create your own extension @@ -9,6 +9,8 @@ Create your own extension In TYPO3, extensions allow you to expand the system’s functionality by adding new features and customizing behavior according to your project's needs. +.. _create-own-extension-prerequisites: + Prerequisites =============