.. include:: /Includes.rst.txt .. _tca_property_readOnly: ======== readOnly ======== .. confval:: readOnly :Path: $GLOBALS['TCA'][$table]['columns'][$field]['config'] :type: boolean :Scope: Display :Types: :ref:`category `, :ref:`check `, :ref:`color `, :ref:`datetime `, :ref:`email `, :ref:`file `, :ref:`folder `, :ref:`group `, :ref:`imageManipulation `, :ref:`inline `, :ref:`input `, :ref:`language `, :ref:`link `, :ref:`number `, :ref:`radio `, :ref:`select `, :ref:`slug `, :ref:`text ` Renders the field in a way that the user can see the values but cannot edit them. The rendering is as similar as possible to the normal rendering but may differ in layout and size. .. warning:: This property affects only the display. It is still possible to write to those fields when using the :ref:`DataHandler `.