You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add support for grouping of types in the schema generator. For now, it generates one file per type. It could be lowered by grouping items:
all content types in one file
all types (domain content, content type, inputs, connection...) from a Domain Content Type in one file: ArticleContent.types.yml, BlogPostContent.types.yml
blocks in one file
With this, the amount of files should remain manageable.
The text was updated successfully, but these errors were encountered:
Add support for grouping of types in the schema generator. For now, it generates one file per type. It could be lowered by grouping items:
ArticleContent.types.yml
,BlogPostContent.types.yml
With this, the amount of files should remain manageable.
The text was updated successfully, but these errors were encountered: