- Issue created by @bronzehedwick
- Merge request !16Issue #3499405: Support Tabled options in Drupal GUI β (Open) created by bronzehedwick
@bronzehedwick this is great! thanks for adding it, I think it will be very useful.
The code changes look great, however it needs a hook_update_N() β for setting up the configuration settings for existing installations, I tested it on a site that's already using the modules and the default settings are null. See attachments.
@bronzehedwick the hook update is setting up
large_character_threshold
andsmall_character_threshold
however everywhere else in the code is usinglarge_character_theshold
which has a typo, so the config is never read. The config field label has a typo too.