add navbar item config file
This commit is contained in:
parent
eb72070dbf
commit
818a9d1edd
15
config/navbar.yaml
Normal file
15
config/navbar.yaml
Normal 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}
|
||||||
Loading…
x
Reference in New Issue
Block a user