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: "bol...