Expand my Community achievements bar.

SOLVED

How to remove previously authored thumbnail image via Authoring

Avatar

Level 1

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.

1 Accepted Solution

Avatar

Correct answer by
Employee

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

 

berliant_0-1590498214493.png

 

View solution in original post

2 Replies

Avatar

Correct answer by
Employee

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

 

berliant_0-1590498214493.png

 

Avatar

Community Advisor

@saurabhn3378167 

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.