-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(@dpc-sdp/ripple-ui-core): ✨ add ability to disable primary vic l…
…ogo via flag
- Loading branch information
1 parent
5f49e5b
commit c4a1b98
Showing
5 changed files
with
57 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
32 changes: 32 additions & 0 deletions
32
examples/nuxt-app/test/fixtures/site/disable-vic-logo.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
{ | ||
"name": "Test site for neutral theme", | ||
"acknowledgementHeader": "Test hero acknowledgement", | ||
"acknowledgementFooter": "Test footer acknowledgement", | ||
"socialImages": { | ||
"twitter": {}, | ||
"og": {} | ||
}, | ||
"featureFlags": { | ||
"disablePrimaryLogo": true | ||
}, | ||
"menus": { | ||
"menuMain": [ | ||
{ | ||
"text": "Demo Landing Page", | ||
"url": "/demo-landing-page", | ||
"uuid": "29bc9750-a335-455e-9e9a-4166c0bd73df", | ||
"parent": null, | ||
"weight": 0 | ||
} | ||
], | ||
"menuFooter": [ | ||
{ | ||
"text": "Demo Landing Page", | ||
"url": "/demo-landing-page", | ||
"uuid": "04e44b77-20df-4a73-b0d1-cf2d3d614754", | ||
"parent": null, | ||
"weight": 0 | ||
} | ||
] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters