Browse Source

removed language field from workflows form #bugfix

bach 5 months ago
parent
commit
9821e593db

+ 46 - 0
config/sync/core.entity_form_display.workflow_transition.migration.default.yml

@@ -0,0 +1,46 @@
+uuid: 77d682c9-4593-4e1c-8135-46237f53eb0b
+langcode: fr
+status: true
+dependencies:
+  config:
+    - workflow.workflow.migration
+  module:
+    - autocomplete_deluxe
+id: workflow_transition.migration.default
+targetEntityType: workflow_transition
+bundle: migration
+mode: default
+content:
+  comment:
+    type: string_textarea
+    weight: 2
+    region: content
+    settings:
+      rows: 5
+      placeholder: ''
+    third_party_settings: {  }
+  timestamp:
+    type: datetime_timestamp
+    weight: 1
+    region: content
+    settings: {  }
+    third_party_settings: {  }
+  to_sid:
+    type: autocomplete_deluxe
+    weight: 0
+    region: content
+    settings:
+      match_operator: CONTAINS
+      autocomplete_route_name: autocomplete_deluxe.autocomplete
+      size: 60
+      selection_handler: default
+      limit: 10
+      min_length: 0
+      delimiter: ''
+      not_found_message_allow: false
+      not_found_message: "The term '@term' will be added"
+      new_terms: false
+      no_empty_message: 'No terms could be found. Please type in order to add a new term.'
+    third_party_settings: {  }
+hidden:
+  langcode: true

+ 46 - 0
config/sync/core.entity_form_display.workflow_transition.workflow.default.yml

@@ -0,0 +1,46 @@
+uuid: bdc1dc21-a187-46a0-87f6-5ff2fe102e12
+langcode: fr
+status: true
+dependencies:
+  config:
+    - workflow.workflow.workflow
+  module:
+    - autocomplete_deluxe
+id: workflow_transition.workflow.default
+targetEntityType: workflow_transition
+bundle: workflow
+mode: default
+content:
+  comment:
+    type: string_textarea
+    weight: 2
+    region: content
+    settings:
+      rows: 5
+      placeholder: ''
+    third_party_settings: {  }
+  timestamp:
+    type: datetime_timestamp
+    weight: 1
+    region: content
+    settings: {  }
+    third_party_settings: {  }
+  to_sid:
+    type: autocomplete_deluxe
+    weight: 0
+    region: content
+    settings:
+      match_operator: CONTAINS
+      autocomplete_route_name: autocomplete_deluxe.autocomplete
+      size: 60
+      selection_handler: default
+      limit: 10
+      min_length: 0
+      delimiter: ''
+      not_found_message_allow: false
+      not_found_message: "The term '@term' will be added"
+      new_terms: false
+      no_empty_message: 'No terms could be found. Please type in order to add a new term.'
+    third_party_settings: {  }
+hidden:
+  langcode: true