Feature summary
Split the BlockCreationService for better extensibility.
Additional details
A use I look forward to having is to be able to use the package in Umbraco Heartcore. A step in this direction would be to have the BlockCreationService split into different services. At the moment it looks like it's used for many things, like creating support datatypes, views and content types.
Once this is done, it would be a matter of creating a Creation Service that uses the API to create datatypes and Content types but not view.
Feature summary
Split the
BlockCreationServicefor better extensibility.Additional details
A use I look forward to having is to be able to use the package in Umbraco Heartcore. A step in this direction would be to have the
BlockCreationServicesplit into different services. At the moment it looks like it's used for many things, like creating support datatypes, views and content types.Once this is done, it would be a matter of creating a Creation Service that uses the API to create datatypes and Content types but not view.