- Issue created by @adam-vessey
- 🇨🇦Canada adam-vessey PE, Canada
Thinking something like this should do the trick?
The "no_3p" setting was removed from the config schema in https://git.drupalcode.org/project/addtoany/-/commit/a4bc6efd1ac7db0782c... ; however, it may still be present in installed configurations.
Install prior to the removal of the setting, or otherwise add the "no_3p" value to a site's configuration. Examine your site's configuration using config_inspector (or some other validator), and see it complain about a missing schema for the "no_3p" value.
Implement a post-update (or update?) hook to remove the value from configuration.
Active
2.0
Code
Thinking something like this should do the trick?