fix api global options.

This commit is contained in:
Ahmed Bouhuolia
2020-04-15 20:13:55 +02:00
parent d02517e66d
commit ff0a26a790
7 changed files with 281 additions and 25 deletions

View File

@@ -0,0 +1,38 @@
export default {
organization: [
{
key: 'name',
type: 'string',
},
{
key: 'base_currency',
type: 'string',
},
{
key: 'industry',
type: 'string',
},
{
key: 'location',
type: 'string',
},
{
key: 'fiscal_year',
type: 'string',
},
{
key: 'language',
type: 'string',
},
{
key: 'time_zone',
type: 'string',
},
{
key: 'date_format',
type: 'string',
},
],
};