thepensionsregulator / govuk-frontend-aspnetcore-extensions

Adds client-side validation, additional components and editing in Umbraco to https://github.com/gunndabad/govuk-frontend-aspnetcore
MIT License
16 stars 1 forks source link

Umbraco example app crashes when run with GOV.UK styles #335

Open sussexrick opened 1 month ago

sussexrick commented 1 month ago

By default the Umbraco example app runs with TPR styles, which works. If you disable TPR styles in appsettings.config, some pages (notably the home page) crash because they can't find the view for a TPR component.

These should instead render the component as unstyled HTML.