Skip to content

Commit

Permalink
Update options to include setting false to disable site icons
Browse files Browse the repository at this point in the history
  • Loading branch information
paulrobertlloyd committed Dec 27, 2024
1 parent a2fa935 commit 1fd42c7
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs/options.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,18 +39,18 @@ module.exports = function(eleventyConfig) {
],
[
{ text: "icons.mask" },
{ text: "string" },
{ text: "Override GOV.UK SVG mask icon." }
{ text: "string|boolean" },
{ text: "Override GOV.UK SVG mask icon. Use `false` to not include a mask icon." }
],
[
{ text: "icons.shortcut" },
{ text: "string" },
{ text: "Override GOV.UK favicon." }
{ text: "string|boolean" },
{ text: "Override GOV.UK favicon. Use `false` to not include a favicon." }
],
[
{ text: "icons.touch" },
{ text: "string" },
{ text: "Override GOV.UK touch icon." | markdown }
{ text: "string|boolean" },
{ text: "Override GOV.UK touch icon. Use `false` to not include a touch icon." | markdown }
],
[
{ text: "opengraphImageUrl" },
Expand Down

0 comments on commit 1fd42c7

Please sign in to comment.