How to add custom text field to Drupal 10 Ckeditor5 core plugin in the TableProperties popup here:
enter image description here
I am using this patch to enable TableCellProperties and TableProperties => https://www.drupal.org/project/drupal/issues/3324225
Usually I am importing this way: import { Plugin } from 'ckeditor5/src/core';
but Table and TableProperties is not part of the ckeditor5/src/core
New contributor
user24940613 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.