-
Notifications
You must be signed in to change notification settings - Fork 67
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
Allow overriding / removal of OGL logo #188
Comments
It looks like the custom licence message was part of a move to allow all strings to be customisable: dfcc0a3 The default text says, "except where otherwise stated”, a message to state what’s copyright/protected might work in conjunction with that? Probably worth raising a PR to add a feature that allows the OGL logo to be removed, as it appears there's a clear need. Putting the logo within the |
Quite new to these gov uk templates. I was going to do something like this...
...following the pattern of
And then corresponding entries in the Is that everything that I would need to do? |
Adding this to the
and this in
And then running the build, results in the following mustache:
Would I be right in saying that I need to add the corresponding default value over here in this repository: https://github.com/alphagov/govuk_elements/blob/master/lib/template-config.js |
Hi @andymantell, once this change has been merged the version will need to be bumped for the GOV.UK template. This will create a new version of the mustache version of the govuk template, which GOV.UK elements uses - I'll then update the default config value. |
@gemmaleigh Ah ok thanks. |
Following the launch of the GOV.UK Design System, GOV.UK Template will now only get major bug fixes and security patches, so I'm going to close this. |
I am working on a service for which I have been asked to remove the OGL logo and message from the footer. The reason being that some of the information contains personal information such as names and addresses and is not "open". In addition, users are required to purchase the information - it is not freely available.
The way the footer template is structured allows you to override the licence message, but not the OGL logo itself since it is outside the
if
statement:Would it be reasonable to consider moving the logo inside the default message in the
else
block so that it can be removed / overriden? (Or some other way of disabling it). Or is the OGL logo intentionally baked in like this to discourage people from removing it?The text was updated successfully, but these errors were encountered: