Skip to content

Commit

Permalink
chore(nuxt-app): update landing page fixture
Browse files Browse the repository at this point in the history
  • Loading branch information
David Featherston committed Jul 25, 2023
1 parent 1c175ae commit c9ec8b9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions examples/nuxt-app/test/fixtures/landingpage/home.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,9 +92,9 @@
"showInPageNav": true,
"inPageNavHeadingLevel": "h3",
"background": "default",
"heroHeader": {
"header": {
"title": "Test landing page title",
"introText": "Test landing page title introduction text",
"summary": "Test landing page title introduction text",
"links": {
"title": "Want to know more about...",
"items": [
Expand Down Expand Up @@ -125,14 +125,14 @@
"height": 959
},
"backgroundImage": null,
"cornerTopImage": {
"cornerTop": {
"src": "https://develop.content.reference.sdp.vic.gov.au/sites/default/files/tide_demo_content/Parliament-of-Victoria.jpg",
"alt": "Demo: Parliament of Victoria",
"title": "Demo: Parliament of Victoria",
"width": 1650,
"height": 915
},
"cornerBottomImage": {
"cornerBottom": {
"src": "https://develop.content.reference.sdp.vic.gov.au/sites/default/files/tide_demo_content/VicFleet-Police-car-on-road.jpg",
"alt": "Demo: VicFleet - Police car on road",
"title": "Demo: VicFleet - Police car on road",
Expand Down
8 changes: 4 additions & 4 deletions examples/nuxt-app/test/fixtures/landingpage/image-banner.json
Original file line number Diff line number Diff line change
Expand Up @@ -100,9 +100,9 @@
"showTopicTags": true,
"inPageNavHeadingLevel": "h2",
"background": "default",
"heroHeader": {
"header": {
"title": "Demo Landing Page",
"introText": "Nulla ultricies dignissim leo, posuere vestibulum erat cursus vitae",
"summary": "Nulla ultricies dignissim leo, posuere vestibulum erat cursus vitae",
"links": {
"title": "Want to know more about...",
"items": [
Expand All @@ -122,15 +122,15 @@
"height": 650,
"drupal_internal__target_id": 44
},
"cornerTopImage": {
"cornerTop": {
"src": "https://develop.content.reference.sdp.vic.gov.au/sites/default/files/tide_demo_content/Parliament-of-Victoria.jpg",
"alt": "Demo: Parliament of Victoria",
"title": "Demo: Parliament of Victoria",
"width": 1650,
"height": 915,
"drupal_internal__target_id": 46
},
"cornerBottomImage": null,
"cornerBottom": null,
"primaryAction": {
"text": "Phasellus congue",
"url": "https://www.vic.gov.au"
Expand Down

0 comments on commit c9ec8b9

Please sign in to comment.