- πΊπΈUnited States smustgrave
Since there hasn't been a follow up to #17 going to close out. Thanks for everyone that worked on this.
But if still a valid task please reopen updating issue summary addressing questions from #17
Thanks!
field.storage.node.body
is always installed, even when you don't want it.
The solution is to do this in your install profile's hook_install()
hook:
FieldStorageConfig::load('node.body')->delete();
Closed: outdated
11.0 π₯
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Since there hasn't been a follow up to #17 going to close out. Thanks for everyone that worked on this.
But if still a valid task please reopen updating issue summary addressing questions from #17
Thanks!