π | Drupal core | Support CKEditor 5's table properties and cell properties (blocked on those setting `style` attribute, which filter_html strips)
πΊπΈUnited States justpro
Ok. Using this patch works for me on Drupal 10 and I can see the Table properties. How can I import, modify and export the Table and TableProperties now in Drupal 10 custom module plugin for CKEditor5?
Normally I do:
import { Plugin } from 'ckeditor5/src/core'
But this is not found:
"import { Table } from 'ckeditor5/src/table'" or "import { Table } from 'ckeditor5-table/src/table' ". I need to add a new field to that Table Properties Balloon popup, but I am not able to import `Table` or `TableProperties` class. Please advise.