Remove the legacy select_field from the samples

This was only used for testing.
This commit is contained in:
Christian Mäder 2020-10-17 22:00:22 +02:00 committed by Christian Mäder
parent 5c9bea8b50
commit 349e269356
1 changed files with 0 additions and 19 deletions

View File

@ -37,25 +37,6 @@
# weight: 10
# on_objects:
# - tenancy.models.Tenant
# legacy_select_field:
# type: select
# label: Choose between items
# required: false
# filter_logic: exact
# weight: 30
# on_objects:
# - dcim.models.Device
# choices:
# - value: First Item
# weight: 10
# - value: Second Item
# weight: 20
# - value: Third Item
# weight: 30
# - value: Fifth Item
# weight: 50
# - value: Fourth Item
# weight: 40
# select_field:
# type: select
# label: Choose between items