- Issue created by @n1k
You get the same problem if you edit permissions on the content blocks of the paragraphs.
Block Types that are generated by the paragraph_block module should not create config or appear as a dependency in other configs.
1. Create a content type
2. Add a field to that content type which references a paragraph type (f.e Hero) which can be used as a block
3. Save Content Translation Settings
4. Config Files and dependencies will be generated when exporting config
f.e:
- config/sync/core.base_field_override.block_content.hero.changed.yml
- config/sync/language.content_settings.block_content.hero.yml
That config will also have a dependency on "block_content.hero.yml" which does not exist.
No base field override config should be generated and no block type config.
Active
2.0
Code
You get the same problem if you edit permissions on the content blocks of the paragraphs.