From 823d503331bff97c7d5345b78f3c50ccf35201c1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 7 Nov 2023 18:46:57 +0100 Subject: [PATCH] [Backport 12.4] [TASK] Add anchor to "Migration" section of TCA type "file" (#850) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [TASK] Add anchor to "Migration" section of TCA type "file" This is needed to link from the "Using FAL" chapter to this section. Releases: main, 12.4 Co-authored-by: Chris Müller <2566282+brotkrueml@users.noreply.github.com> --- Documentation/ColumnsConfig/Type/File/Index.rst | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/Documentation/ColumnsConfig/Type/File/Index.rst b/Documentation/ColumnsConfig/Type/File/Index.rst index 56577f6e..65145c15 100644 --- a/Documentation/ColumnsConfig/Type/File/Index.rst +++ b/Documentation/ColumnsConfig/Type/File/Index.rst @@ -1,5 +1,5 @@ -.. include:: /Includes.rst.txt -.. _columns-file: +.. include:: /Includes.rst.txt +.. _columns-file: ==== File @@ -12,13 +12,13 @@ File The TCA type :php:`file` creates a field where files can be attached to the record. -.. _columns-file-examples: -.. _tca_example_group_file_1: +.. _columns-file-examples: +.. _tca_example_group_file_1: Examples ======== -.. code-block:: php +.. code-block:: php 'columns' => [ 'my_image' => [ @@ -31,6 +31,8 @@ Examples ], ], +.. _columns-file-migration: + Migration =========