Hello,
I have detected problems in the config schema of this module with config inspector.
I was going to propose a patch but I see on the project page that there won't be any further development? Is it because it will be integrated in core or because of a maintainer needed?
Can I still propose a patch? Or can I propose to become a co-maintainer? The module seems to work fine for its purpose and so only some cleaning are required.
Thanks for the reply.
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | 2916575-3.patch | 1.64 KB | wim leers |
Comments
Comment #2
wim leersSorry for the very slow response :(
The answer used to be that the people maintaining this module were just working on getting Drupal core 8.0.0 shipped: #2505467: Is this module abandoned?. But that's of course a very long time ago now.
Honestly, I had completely forgotten about this module! This patch would still be more than welcome :)
Comment #3
wim leersI just quickly took a look at it with
config_inspectorand spotted the same problems you did:type: mappinginstead oftype: config_objectfor the top-level key meant that the_corekey was not recognized… plus some typos.
All fixed.
Comment #5
wim leersCredited you too, @Grimreaper!
Comment #6
grimreaperHello @Wim Leers,
I had completely forgotten opening this issue.
Thanks for the credit!