Skip to content

Commit 349e269

Browse files
committed
Remove the legacy select_field from the samples
This was only used for testing.
1 parent 5c9bea8 commit 349e269

File tree

1 file changed

+0
-19
lines changed

1 file changed

+0
-19
lines changed

initializers/custom_fields.yml

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -37,25 +37,6 @@
3737
# weight: 10
3838
# on_objects:
3939
# - tenancy.models.Tenant
40-
# legacy_select_field:
41-
# type: select
42-
# label: Choose between items
43-
# required: false
44-
# filter_logic: exact
45-
# weight: 30
46-
# on_objects:
47-
# - dcim.models.Device
48-
# choices:
49-
# - value: First Item
50-
# weight: 10
51-
# - value: Second Item
52-
# weight: 20
53-
# - value: Third Item
54-
# weight: 30
55-
# - value: Fifth Item
56-
# weight: 50
57-
# - value: Fourth Item
58-
# weight: 40
5940
# select_field:
6041
# type: select
6142
# label: Choose between items

0 commit comments

Comments
 (0)