Skip to content

Commit

Permalink
[Backport 12.4] [TASK] Add anchor to "Migration" section of TCA type …
Browse files Browse the repository at this point in the history
…"file" (#850)

[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 <[email protected]>
  • Loading branch information
github-actions[bot] and brotkrueml authored Nov 7, 2023
1 parent 7c374df commit 823d503
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions Documentation/ColumnsConfig/Type/File/Index.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.. include:: /Includes.rst.txt
.. _columns-file:
.. include:: /Includes.rst.txt
.. _columns-file:

====
File
Expand All @@ -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' => [
Expand All @@ -31,6 +31,8 @@ Examples
],
],
.. _columns-file-migration:

Migration
=========

Expand Down

0 comments on commit 823d503

Please sign in to comment.