CKEditor5 colgroup
This project adds a CKEditor5 plugin that allows you to manually include `<colgroup>` and `<col>` tags in table source code. This workaround addresses a bug in CKEditor that removes these tags when editing table source.
This project provides a CKEditor5 plugin that defines a schema and converter for colgroup and col to allow them to be manually added (via source editing) to tables.
This is to work around a CKEditor bug that prevents the elements from being added to source editing when the table plugin used - see #3397556: [upstream] [GHS] colgroup and col elements are removed from markup when included in "Manually editable HTML tags". If that issue is resolved this module will be obsolete. This module's use case test will fail if this module becomes obsolete.