Skip to content

Commit

Permalink
Add link_collection example for popular links on GOV.UK
Browse files Browse the repository at this point in the history
  • Loading branch information
syed-ali-tw committed Aug 1, 2024
1 parent 3c42d4c commit 07ea0a7
Show file tree
Hide file tree
Showing 4 changed files with 971 additions and 2 deletions.
2 changes: 1 addition & 1 deletion content_schemas/dist/formats/homepage/frontend/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
},
"popular_links": {
"description": "Collection of links to be used to display popular links on homepage",
"$ref": "#/definitions/frontend_links_with_base_path"
"$ref": "#/definitions/frontend_links"
},
"related_to_step_navs": {
"description": "Link type automatically added by Publishing API",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
},
"popular_links": {
"description": "Collection of links to be used to display popular links on homepage",
"$ref": "#/definitions/frontend_links_with_base_path"
"$ref": "#/definitions/frontend_links"
},
"related_to_step_navs": {
"description": "Link type automatically added by Publishing API",
Expand Down
Loading

0 comments on commit 07ea0a7

Please sign in to comment.