2023-01-21 22:36:40 -05:00

23 lines
456 B
YAML

---
## Possible Choices:
## new_window:
## - True
## - False
## content_type:
## - device
## - site
## - any-other-content-type
##
## Examples:
- name: link_to_repo
link_text: 'Link to Netbox Docker'
link_url: 'https://github.com/netbox-community/netbox-docker'
new_window: False
content_type: device
- name: link_to_localhost
link_text: 'Link to localhost'
link_url: 'http://localhost'
new_window: True
content_type: device