Read-only fields
You can now define fields as read-only by adding the readOnly: true
parameter to the field spec. These fields will be visually distinguished in the Review screen, and will not be editable by the user.
Read-only fields are great when you want to populate a value exclusively using a row hook, and you don't want the user to be able to change that value directly.