Skip to content

Commit

Permalink
Merge pull request #99 from SSWConsulting/new-images
Browse files Browse the repository at this point in the history
Added New Image Format
  • Loading branch information
Harry-Ross authored Sep 15, 2023
2 parents 2a8fa29 + 67191dd commit 36a5814
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
6 changes: 6 additions & 0 deletions menu.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
{
"text": "Services",
"groupImageUrl": "Menu-Banner-Services.png",
"groupImageUrlWeb": "https://raw.githubusercontent.com/SSWConsulting/SSW.MegaMenu/main/lib/assets/images/Menu-Banner-Services.png",
"children": [
{
"text": "All Services",
Expand Down Expand Up @@ -298,6 +299,7 @@
{
"text": "Products",
"groupImageUrl": "Menu-Banner-Products.png",
"groupImageUrlWeb": "https://raw.githubusercontent.com/SSWConsulting/SSW.MegaMenu/main/lib/assets/images/Menu-Banner-Products.png",
"children": [
{
"navigateUrl": "https://www.ssw.com.au/products",
Expand Down Expand Up @@ -401,6 +403,7 @@
{
"text": "Training",
"groupImageUrl": "Menu-Banner-Training.png",
"groupImageUrlWeb": "https://raw.githubusercontent.com/SSWConsulting/SSW.MegaMenu/main/lib/assets/images/Menu-Banner-Training.png",
"children": [
{
"navigateUrl": "https://www.ssw.com.au/events",
Expand Down Expand Up @@ -526,6 +529,7 @@
{
"text": "User Group",
"groupImageUrl": "Menu-Banner-UserGroup.png",
"groupImageUrlWeb": "https://raw.githubusercontent.com/SSWConsulting/SSW.MegaMenu/main/lib/assets/images/Menu-Banner-UserGroup.png",
"children": [
{
"navigateUrl": "https://www.ssw.com.au/ssw/NETUG",
Expand Down Expand Up @@ -602,6 +606,7 @@
{
"text": "Rules",
"groupImageUrl": "Menu-Banner-Standards.png",
"groupImageUrlWeb": "https://raw.githubusercontent.com/SSWConsulting/SSW.MegaMenu/main/lib/assets/images/Menu-Banner-Standards.png",
"children": [
{
"navigateUrl": "https://www.ssw.com.au/rules/",
Expand Down Expand Up @@ -669,6 +674,7 @@
{
"text": "About Us",
"groupImageUrl": "Menu-Banner-AboutUs.png",
"groupImageUrlWeb": "https://raw.githubusercontent.com/SSWConsulting/SSW.MegaMenu/main/lib/assets/images/Menu-Banner-AboutUs.png",
"children": [
{
"text": "Why Us",
Expand Down
12 changes: 11 additions & 1 deletion schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,17 @@
"type": "string",
"default": "",
"examples": [
"Menu-Banner-Services.png"
"Menu-Banner-AboutUs.png"
],
"pattern": "^.*$"
},
"groupImageUrlWeb": {
"$id": "#root/menuItems/items/groupImageUrlWeb",
"title": "Groupimageurlweb",
"type": "string",
"default": "",
"examples": [
"https://raw.githubusercontent.com/SSWConsulting/SSW.MegaMenu/main/lib/assets/images/Menu-Banner-AboutUs.png"
],
"pattern": "^.*$"
},
Expand Down

0 comments on commit 36a5814

Please sign in to comment.