mirror of
https://github.com/lingble/chatwoot.git
synced 2025-11-06 14:08:10 +00:00
17 lines
414 B
JavaScript
17 lines
414 B
JavaScript
export default [
|
|
{
|
|
attribute_display_name: 'Language',
|
|
attribute_display_type: 1,
|
|
attribute_description: 'The conversation language',
|
|
attribute_key: 'language',
|
|
attribute_model: 0,
|
|
},
|
|
{
|
|
attribute_display_name: 'Language one',
|
|
attribute_display_type: 2,
|
|
attribute_description: 'The conversation language one',
|
|
attribute_key: 'language_one',
|
|
attribute_model: 1,
|
|
},
|
|
];
|