Results 41 comments of Mike Monteith

I was asking about where we should open-source our own projects. I strongly agree with you that our position should be open source by default

GOV have this https://frontend.design-system.service.gov.uk/sass-api-reference/

Also could document how to include the variables and mixins without also including any actual CSS styles. This is important for teams who are using a framework which compiles scss...

Thanks again @nickmoreton. I will review as soon as I get a minute

> When I tried to make migrations after adding the StreamFieldPanel('body') to my Homepage model. I got an error about a non-nullable field, I was given the option to populate...

> When adding the Header component along with the site settings configuration. I added 'wagtailnhsukfrontend.settings' to my INSTALLED_APPS but didn't have ‘wagtail.contrib.settings’ in there so it didn't work - again...

> When adding the Hero component mixin to the Homepage model, it became a mandatory component/field within the admin for the Homepage. I didn't necessarily want to use the component...

Just to note, this would be a breaking change for anyone currently using the back link

We've done this sort of thing before on the NHS Website: Define two blocks, a page chooser _and_ a URL block. Write a custom `clean` method to validate that either...