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.