


I'm using OOTB teaser component. And want to make the image tab as mandatory. That means author should not be able to 'done' the component without adding an asset.
Alternative text *is already a mandatory field. Need to make the 'Drop an asset' mandatory as well. How to do that?
Views
Replies
Sign in to like this content
Total Likes
Hello @goyalkritika ,
This image option is actually coming from the core image dialog. In the teaser component, this portion is actually reused. So everything under the teaser Image tab is a property of the image component.
If you want to customize it you need to override the image node under the tease component.
for this delete the teaser image metadata. copy the image dialog structure from the image component into the teaser and in the file node, add the required option.
Hello @goyalkritika ,
This image option is actually coming from the core image dialog. In the teaser component, this portion is actually reused. So everything under the teaser Image tab is a property of the image component.
If you want to customize it you need to override the image node under the tease component.
for this delete the teaser image metadata. copy the image dialog structure from the image component into the teaser and in the file node, add the required option.