From 24983c260e40b67ab20f046877782add56a9a29d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Chris=20M=C3=BCller?= <2566282+brotkrueml@users.noreply.github.com> Date: Thu, 22 Jun 2023 15:07:43 +0200 Subject: [PATCH] [TASK] #101082 - Remove deprecated file reference functionality Related: https://github.com/TYPO3-Documentation/Changelog-To-Doc/issues/554 Releases: main --- .../Type/File/Properties/Appearance.rst | 3 +- .../Type/Group/Properties/Appearance.rst | 34 ------------------- .../Type/Group/Properties/Index.rst | 1 - 3 files changed, 1 insertion(+), 37 deletions(-) delete mode 100644 Documentation/ColumnsConfig/Type/Group/Properties/Appearance.rst diff --git a/Documentation/ColumnsConfig/Type/File/Properties/Appearance.rst b/Documentation/ColumnsConfig/Type/File/Properties/Appearance.rst index 98c84654..6da499a1 100644 --- a/Documentation/ColumnsConfig/Type/File/Properties/Appearance.rst +++ b/Documentation/ColumnsConfig/Type/File/Properties/Appearance.rst @@ -81,8 +81,7 @@ appearance fileByUrlAllowed (boolean) Defines whether the button "Add media by URL" should be rendered. This button is used to include media - URLs from e.g. Vimeo or YouTube. In addition to this, a valid online media identifier must be listed - in the allowed list of :ref:`elementBrowserAllowed `. + URLs from, for example, Vimeo or YouTube. elementBrowserEnabled (boolean) Hides or displays the element browser button in inline records diff --git a/Documentation/ColumnsConfig/Type/Group/Properties/Appearance.rst b/Documentation/ColumnsConfig/Type/Group/Properties/Appearance.rst deleted file mode 100644 index 8d0ecb4c..00000000 --- a/Documentation/ColumnsConfig/Type/Group/Properties/Appearance.rst +++ /dev/null @@ -1,34 +0,0 @@ -.. include:: /Includes.rst.txt -.. _columns-group-properties-appearance: - -========== -appearance -========== - -.. versionchanged:: 12.0 - With the introduction of the TCA type :ref:`file `, the - following options for the TCA type `group` are no longer evaluated. - -.. confval:: appearance - - :Path: $GLOBALS['TCA'][$table]['columns'][$field]['config'] - :type: array - :Scope: Display - - Options for refining the appearance of group-type fields. This property is - automatically used for :ref:`FAL ` relations created by the - function :php:`ExtensionManagementUtility::getFileFieldTCAConfig`. - - elementBrowserType (string) - Allows to set the alternative element browser type `file` that would - otherwise be rendered as `db`. This is used internally for - :ref:`FAL ` file fields, where a group field's element - browser should be the file element browser. - - elementBrowserAllowed (string) - Makes it possible to set an alternative element browser allowed string - that would otherwise be taken from the :ref:`allowed ` setting of this field. - This is used internally for :ref:`FAL ` file fields, where - this is used to supply the comma list of allowed file types. This also - affects whether the "Add media by URL" button is shown if online media - file extensions (e.g. `youtube` or `vimeo`) are included. diff --git a/Documentation/ColumnsConfig/Type/Group/Properties/Index.rst b/Documentation/ColumnsConfig/Type/Group/Properties/Index.rst index 617ff891..125f70d1 100644 --- a/Documentation/ColumnsConfig/Type/Group/Properties/Index.rst +++ b/Documentation/ColumnsConfig/Type/Group/Properties/Index.rst @@ -26,7 +26,6 @@ Special properties :titlesonly: Allowed - Appearance ElementBrowserEntryPoints FieldControl FieldWizard