Expand my Community achievements bar.

I would like to remove the heading option from the RTE tool by App Builder.

Avatar

Level 1

I am currently customizing the Rich Text Editor (RTE) using App Builder.

I am implementing it according to the documentation, but even after inputting the ID for the h1, it is not being removed from the tool.

 

rte: {
  removeButtons: () => [
    {
      id: "h1",// not work
    },
    {
      id: "bold", //work
    }
  ],
}

 Could the ID be incorrect? I would appreciate it if you could share any information you might have.

2 Replies

Avatar

Level 8

Hi@太郎榊原1 

 

The value you used for id should be correct, at least according to the documentation page:

Tethich_0-1730379386569.png

The root cause is something else.

 

Avatar

Level 1

@Tethich 

Thank you for your reply, and I apologize for my delayed response.

I also reviewed the documentation and tried to implement it, but unfortunately, I couldn't get it to work. For now, this development has been put on hold, but I would greatly appreciate it if you could share any additional information you come across. Thank you for your continued support!