src/contrib/location/fixtures/comp1.js
export default {
'input': true,
'tableView': true,
'label': 'Location',
'key': 'location',
'placeholder': '',
'multiple': false,
'protected': false,
'clearOnHide': true,
'unique': false,
'persistent': true,
'map': {
'gmapId': '',
'region': '',
'key': '',
'autocompleteOptions' : {
'componentRestrictions' : {
'country' : [
''
]
}
}
},
'validate': {
'required': false
},
'type': 'location',
'tags': [
],
'conditional': {
'show': '',
'when': null,
'eq': ''
}
};
