2021-08-31 08:24:34 +00:00
|
|
|
export default [
|
|
|
|
{
|
|
|
|
attribute_display_name: 'Language',
|
2021-09-08 04:07:58 +00:00
|
|
|
attribute_display_type: 1,
|
2021-08-31 08:24:34 +00:00
|
|
|
attribute_description: 'The conversation language',
|
|
|
|
attribute_key: 'language',
|
|
|
|
attribute_model: 0,
|
|
|
|
},
|
|
|
|
{
|
|
|
|
attribute_display_name: 'Language one',
|
2021-09-08 04:07:58 +00:00
|
|
|
attribute_display_type: 2,
|
2021-08-31 08:24:34 +00:00
|
|
|
attribute_description: 'The conversation language one',
|
|
|
|
attribute_key: 'language_one',
|
2021-09-08 04:07:58 +00:00
|
|
|
attribute_model: 1,
|
2021-08-31 08:24:34 +00:00
|
|
|
},
|
|
|
|
];
|