- Issue created by @joshahubbers
- Merge request !14Issue #3521108 by joshahubbers: config schema is missing → (Open) created by joshahubbers
- 🇬🇧United Kingdom schillerm
Hi, I reviewed this simple change on a D10 local site and it all worked fine.
I noticed that the site_guardian_activated value is an integer in some places and a boolean in others. I have learnt that Drupal interprets the checkbox as integer and it is best to pass 1 or 0 as integers for checkboxes. I guess that explains this.
+1 for RTBC