Enabled Features in fields.json not impacting Rich Text

I am using the “enabled_features” line in my fields.json of a module to limit Rich Text tool availability:

"enabled_features" : ["numbered_list", "bulleted_list", "superscript", "link", "bold", "italic" ]

When I view the rich text editor in the design manager, this is working. However, when I am on a page the rich text has its full feature set.

Curious if anyone else is running into this, or if it is perhaps also tied to permissions or there’s just something I’m missing?

Thanks in advance!

Hey, @SFurlong :waving_hand: Thanks for your question. Have you tried making sure the `enabled_features` array is part of the field definition and not at the root level?

Do you have any other troubleshooting suggestions @evaldas @alyssamwilie @BarryGrennan?

Thank you very much! — Jaycee

Hi @SFurlong,

I just tried with your features and it appears to be working fine in the page editor - I see the limited options and some help text below regarding missing options due to customization.

If you see in the Design Manager, but not in the Page Editor, it is possible that the module still needs to be published.

If that does not do the trick, do you mind sharing the full json code of your Rich Text field?

@evaldas @Jaycee_Lewis

Appears to have been caching! I’ll be a little more patient next time :blush: Thanks a ton for jumping in.