diff --git a/canto_deploy.yaml b/canto_deploy.yaml
index 7f44bdbe18b207986c0628455336b8b4dbcfa44a..05e9490eea12f09080cb10737f0139c737cbb06e 100644
--- a/canto_deploy.yaml
+++ b/canto_deploy.yaml
@@ -113,7 +113,8 @@ available_annotation_type_list:
       - exact
     feature_type: 'genotype'
     can_have_conditions: 0
-    allow_annotation_transfer: 1
+    #allow_annotation_transfer - use true/false
+    allow_annotation_transfer: true
     broad_term_suggestions: >
       lethal, sterile, visible, cell number defective, locomotor behavior defective
     specific_term_examples: >
@@ -137,7 +138,8 @@ available_annotation_type_list:
       - exact
     feature_type: 'genotype'
     can_have_conditions: 0
-    allow_annotation_transfer: 1
+    #allow_annotation_transfer - use true/false
+    allow_annotation_transfer: true
     broad_term_suggestions: >
       embryo, wing, eye, ovary, wing disc, neuromuscular junction
     specific_term_examples: >
@@ -155,7 +157,8 @@ available_annotation_type_list:
     namespace: phenotypic_class
     term_suggestions_annotation_type: phenotypic_class
     interaction_term_required: 1
-    allow_annotation_transfer: 1
+    #allow_annotation_transfer - use true/false
+    allow_annotation_transfer: true
     hide_extension_relations: [qual,dv_qual]
     display_name: 'phenotype class interaction'
     very_short_display_name: 'phen-class interaction'
@@ -175,7 +178,8 @@ available_annotation_type_list:
     namespace: FlyBase_anatomy_CV
     term_suggestions_annotation_type: anatomy
     interaction_term_required: 1
-    allow_annotation_transfer: 1
+    #allow_annotation_transfer - use true/false
+    allow_annotation_transfer: true
     hide_extension_relations: [qual,dv_qual]
     display_name: 'phenotype anatomy interaction'
     very_short_display_name: 'anatomy interaction'
@@ -192,9 +196,13 @@ available_annotation_type_list:
     detailed_help_path: /docs/genetic_interaction_annotation
   - name: complementation
     can_have_conditions: 0
-    allow_annotation_transfer: 1
-    single_allele_only: 1
-    interaction_same_locus: 1
+    #single_allele_only -  use true/false
+    single_allele_only: true
+    #interaction_same_locus -  use true/false
+    interaction_same_locus: false
+    #allow_annotation_transfer - use true/false
+    allow_annotation_transfer: true
+    show_quick_deletion_buttons: 0
     category: interaction
     display_name: 'complementation'
     feature_type: 'metagenotype'
@@ -206,8 +214,10 @@ available_annotation_type_list:
   - name: rescue
     can_have_conditions: 0
     allow_annotation_transfer: 1
-    single_locus_only: 1
-    interaction_same_locus: 1
+    #single_locus_only: true
+    single_locus_only: true
+    #interaction_same_locus -  use true/false
+    interaction_same_locus: true
     category: interaction
     display_name: 'rescue'
     feature_type: 'metagenotype'