Hi,If I understand your problem right, you want to make the title field
in the dam asset editor uneditable.This can be done by extending the
form items in the asset editor (inside /libs/dam/content/asseteditors)
and setting additional properties / even adding additional form elements
to the current collection.To do this, follow the below steps,Create a
folder 'dam' under "/apps" of the type nt:folder.Create a folder
'content' under "/apps/dam" of the type sling:FolderCreate a folder
'asseteditio...