I developed a RTE component following Configure the Rich Text Editor , it inherits core/wcm/components/text/v2/text. I added cq:editConfig for it. When editing content in inplace editing mode on a author page, admin can see added plugins/features in toolbar normally. But for common user, added features don't appear in toolbar.
I have tried following ways but they don't help: 1. Move my config to another folder, and added configPath property under node RTE/cq:editConfig/cq:inplaceEditing to point to it. 2. Tried to rename config to some other name e.g myconfig, but got errors "Cannot read property 'disableXSSFiltering' of undefined".
I'm using AEM 6.4. Thanks!