remove connector for side effect on arrow
This commit is contained in:
12
archive/untested-extensions/ext-connector/locale/en.js
Normal file
12
archive/untested-extensions/ext-connector/locale/en.js
Normal file
@@ -0,0 +1,12 @@
|
||||
export default {
|
||||
name: 'Connector',
|
||||
langListTitle: 'Connect two objects',
|
||||
langList: [
|
||||
{ id: 'mode_connect', title: 'Connect two objects' }
|
||||
],
|
||||
buttons: [
|
||||
{
|
||||
title: 'Connect two objects'
|
||||
}
|
||||
]
|
||||
};
|
||||
Reference in New Issue
Block a user