We have a requirement to delete authored image in Thumbnail tab of page properties via Authoring, in short we need to deselect image or remove authored image.
Solved! Go to Solution.
Views
Replies
Total Likes
Touch UI does not offer an option to remove a thumbnail. You only can overwrite an existed thumbnail.
To remove teh thumbnail complete, you can employ CRXDe and delete an image node within the page node's structure: /jcr:content/image
Touch UI does not offer an option to remove a thumbnail. You only can overwrite an existed thumbnail.
To remove teh thumbnail complete, you can employ CRXDe and delete an image node within the page node's structure: /jcr:content/image
Just adding to @berliant 's note. Whenever your editable template includes a thumbnail, that thumbnail will be visible on every page that used that editable template. In this case, if you want to overwrite the page's thumbnail, you need to include an image asset in this path /content/my-site/en-gb/home/jcr:content/image.
I hope this helps.
Views
Likes
Replies