'+
@@ -62,7 +61,10 @@ export default ['i18n', function(i18n){
defaultText: i18n._('Choose an answer type'),
ngOptions: 'answer_types.name for answer_types in answer_types track by answer_types.type',
required: true,
-
+ awPopOver: i18n._('Choose an answer type or format you want as the prompt for the user. Refer to the Ansible Tower Documentation for more additional information about each option.'),
+ dataTitle: i18n._('Answer Type'),
+ dataPlacement: 'right',
+ dataContainer: "body",
column: 2,
ngChange: 'typeChange()',
class: 'Form-formGroup--singleColumn'
@@ -76,12 +78,6 @@ export default ['i18n', function(i18n){
ngRequired: "type.type=== 'multiselect' || type.type=== 'multiplechoice' " ,
ngShow: 'type.type=== "multiselect" || type.type=== "multiplechoice" ',
- awPopOver: '