- Issue created by @smustgrave
So currently the node_types is saved like
article: article
basic: 0
So this means if a new content type is added this config is out of sync.
We should just save the checked inputs vs all so it would just be like
- article
Will need a small upgrade hook too.
Should validate the other config schema while at it.
NA
Fix how configuration is saved, validate schema
Do it
NA
NA
NA
Active
2.1
Code