Expand my Community achievements bar.

SOLVED

List out specific "features" under Image Plugin in RTE

Avatar

Level 2

Hi,

I'm using the image plugin inside RTE to add images as part RTE.

parthibanselvam_0-1646315842112.png

  • By default, if we give " * " under "features" property, we are having 3 alignment options namely "Left, right, inherit(center)" and "alt text".
  • I need to display only "Left, right" alignment options and "alt text" by removing "inherit(center)" alignment. What is value I need to specify in "features" property to specifically display those.

 

Appreciate your help. Thankyou.

 

 

 

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Hi @parthibanselvam, I do not think that your requirement could be achieved using OOTB image plugin functionality. If you will have a look into documentation - [1], you can see that features list for image plugin is not allowing to manipulate any option. The only option I can see will be to create custom plugin.

[1] https://experienceleague.adobe.com/docs/experience-manager-65/administering/operations/rich-text-edi...

View solution in original post

3 Replies

Avatar

Correct answer by
Community Advisor

Hi @parthibanselvam, I do not think that your requirement could be achieved using OOTB image plugin functionality. If you will have a look into documentation - [1], you can see that features list for image plugin is not allowing to manipulate any option. The only option I can see will be to create custom plugin.

[1] https://experienceleague.adobe.com/docs/experience-manager-65/administering/operations/rich-text-edi...

Avatar

Level 2

@lukasz-m - Thanks for clarifying this. Understood that this cant be achieved with OOTB plugin. Just wanted to double check the possibility before concluding on this. Thanks for your support.

Avatar

Community Advisor

Hi @parthibanselvam ,

        You need to write some custom js for your use case. using OOTB it is not possible such type of features.