Fields in Custom links have been renamed

This commit is contained in:
Tobias Genannt 2021-04-07 15:19:14 +02:00
parent 9874cef369
commit 3673196c16

View File

@ -10,12 +10,12 @@
## Examples: ## Examples:
# - name: link_to_repo # - name: link_to_repo
# text: 'Link to Netbox Docker' # link_text: 'Link to Netbox Docker'
# url: 'https://github.com/netbox-community/netbox-docker' # link_url: 'https://github.com/netbox-community/netbox-docker'
# new_window: False # new_window: False
# content_type: device # content_type: device
# - name: link_to_localhost # - name: link_to_localhost
# text: 'Link to localhost' # link_text: 'Link to localhost'
# url: 'http://localhost' # link_url: 'http://localhost'
# new_window: True # new_window: True
# content_type: device # content_type: device