.. 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.