- Issue created by @bronzehedwick
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.php
kint($default_value);
after the default value check in buildForm
(line 34 as of this writing)null
The 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