module CKEditor5::Rails::Presets::Concerns::ConfigurationMethods

def configure(key, value)

def configure(key, value)
  config[key] = value
end