Problem/Motivation
With config schema checker enabled, I cannot save the configuration form of the module because of the missing config schema for block_inactive_users.settings:block_inactive_users_send_email.
Steps to reproduce
Enable config schema checker, enable the module, try saving its configuration form (without even changing anything on it).
Proposed resolution
Provide config schema for the missing key.
Remaining tasks
Patch, test, commit, release.
User interface changes
None.
API changes
None.
Data model changes
None (beyond the aforementioned config schema change).
Comments
Comment #2
Agnes_Varro commentedComment #3
Agnes_Varro commentedThe attached patch seems to solve the problem.
Comment #4
keshavv commentedIt is a simple fix and the given patch #2 works well.
We can merge it.
Comment #6
rawdreeg commentedMerged and released. Thanks for your contribution!