add navbar item config file

This commit is contained in:
Audrey Jensen 2023-10-10 19:43:48 +00:00
parent eb72070dbf
commit 818a9d1edd
No known key found for this signature in database
GPG Key ID: 7FFD7540EBC253EE

15
config/navbar.yaml Normal file
View File

@ -0,0 +1,15 @@
# To add a new button: copy the template below.
# Label: This is the text displayed on the navbar item
# Type: Intern (Internal Link), Extern (External link, default), File (locally hosted files)
# URI: Resource locator. For Internal links, this is the route's friendly name.
# Disabled: Defaults to false. If true, button becomes unclickable.
# TEMPLATE
# - { Label: Example, Type: Extern, URI: "example.com", Disabled: False}
Buttons:
- { Label: Cram-A-Lot, Type: Extern, URI: "https://www.cram-a-lot.com/", Disabled: False}
- { Label: Office 365, Type: Extern, URI: "https://myapps.microsoft.com/", Disabled: False}
- { Label: Directory, Type: Extern, URI: "http://site:81/directory/home.php", Disabled: False}
- { Label: Software Basics, Type: File, URI: "documents/JV Software Basics.docx", Disabled: False}
- { Label: Safety Training, Type: Intern, URI: "safetyHome", Disabled: False}
- { Label: Anonymous Comment, Type: Intern, URI: "complaint", Disabled: False}