enhancement
Individual features can be defined in the StructuredTextConfigService. It should be possible to group these together to define feature sets.
Code Migration
- In the configuration of com.top_logic.layout.wysiwyg.ui.StructuredTextConfigService, search for <html-config> or <i18n-html-config>.
- Group these together under a single <feature-sets> tag.
- Replace the <html-config> tag with <feature-set name="html"> and the <i18n-html-config> tag with <feature-set name="i18n-html">.
Test
Used in #24747.