Created
June 22, 2021 20:32
-
-
Save BrianMRO/e7d386b218c897ccea67ce1f931d29cb to your computer and use it in GitHub Desktop.
Mobile Smart Panel VLOG - Mobile Application - Site Map
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
update sitemap { | |
add folder "Stock Items" { | |
type = HubFolder | |
isDefaultFavorite = True | |
displayName = "Stock Items" | |
icon = "system://Bookmarks" | |
add item "IN202500" { | |
displayName = "Stock Items" | |
} | |
} | |
add folder "Tags" { | |
type = HubFolder | |
isDefaultFavorite = True | |
displayName = "Tags" | |
icon = "system://Ticket" | |
add item "ZZ301000" { | |
displayName = "Tags" | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment