Merge branch 'master' into auto_weight_choices

This commit is contained in:
Demian
2018-06-25 16:31:39 +02:00
committed by GitHub
8 changed files with 193 additions and 14 deletions

View File

@@ -3,7 +3,6 @@
# label: Custom Text
# description: Enter text in a text field.
# required: false
# filterable: true
# weight: 0
# on_objects:
# - dcim.models.Device
@@ -17,7 +16,7 @@
# label: Custom Number
# description: Enter numbers into an integer field.
# required: true
# filterable: true
# filter_logic: loose
# weight: 10
# on_objects:
# - tenancy.models.Tenant
@@ -25,7 +24,7 @@
# type: selection
# label: Choose between items
# required: false
# filterable: true
# filter_logic: exact
# weight: 30
# on_objects:
# - dcim.models.Device
@@ -59,7 +58,7 @@
# type: boolean
# label: Yes Or No?
# required: true
# filterable: true
# filter_logic: loose
# default: "false" # important: but "false" in quotes!
# weight: 90
# on_objects:
@@ -69,13 +68,13 @@
# label: Hyperlink
# description: Link to something nice.
# required: true
# filterable: false
# filter_logic: disabled
# on_objects:
# - tenancy.models.Tenant
# date_field:
# type: date
# label: Important Date
# required: false
# filterable: false
# filter_logic: disabled
# on_objects:
# - dcim.models.Device