Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

breaking change - need to add reference to integration views #1

Open
joeaudette opened this issue May 2, 2018 · 0 comments
Open

breaking change - need to add reference to integration views #1

joeaudette opened this issue May 2, 2018 · 0 comments

Comments

@joeaudette
Copy link
Contributor

In the work to implement support for bootstrap 4, we had to move the previous bootstrap 3 views from the cloudscribe.Core.SimpleContent.Web project (which is the integration between cloudscribe Core and cloudscribe SimpleContent) into a new project cloudscribe.Core.SimpleContent.Views.Bootstrap3

This impacts the Administration > Content Settings page which is the page that uses these views.

Those views used to be included automatically but after updating to the latest nuget packages, the views will be missing and need to be added manually by adding a nuget reference to cloudscribe.Core.SimpleContent.Views.Bootstrap3 and then adding to the Razor options in startup code to pull in the views from the embedded resources.

options.AddCloudscribeCoreSimpleContentIntegrationBootstrap3Views();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant