- Issue created by @bronzehedwick
Automatically closed - issue fixed for 2 weeks with no activity.
The default CSS selector to initiate the tabled library is coming back null from the configuration, so users must explicitly set the value on their configuration page for the library to work.
/admin/config/content/ckeditor-responsive-table, or do a fresh Drupal installsrc/Form/CkeditorResponsiveTableForm.phpkint($default_value); after the default value check in buildForm (line 34 as of this writing)nullThe value should be pulled from the default_table_selector key in config/install/ckeditor_responsive_table.settings.yml. The issue is probably some small error in configuration fetching. This needs to be identified and corrected.
Active
1.0
Code
Automatically closed - issue fixed for 2 weeks with no activity.