Thanks for this module, works great.
Linkit installs a default profile and image style that by itself is innocuous, but does clutter up the database/configuration and is unnecessary for the module to function.
Deleting the config is possible, but shouldn't necessary in the first place.
Install linkit
See default configuration.
Run
drush cdel image.style.linkit_result_thumbnail
drush cdel linkit.linkit_profile.default
But I can't do this on sites I don't have access to, but do use my installation profile.
I could also write an update to delete the config
\Drupal::configFactory()->getEditable('image.style.linkit_result_thumbnail')->delete();
\Drupal::configFactory()->getEditable('linkit.linkit_profile.default')->delete();
But why?
Create new submodule with the example configuration.
Create new submodule with the example configuration.
Need to install submodule if you want the example config
None
This will not affect existing installations.
None
Needs review
7.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.