working but incomplete version with new build.
This commit is contained in:
14
dist/editor/extensions/ext-locale/polygon/en.js
vendored
Normal file
14
dist/editor/extensions/ext-locale/polygon/en.js
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
export default {
|
||||
name: 'polygon',
|
||||
buttons: [
|
||||
{
|
||||
title: 'Polygon Tool'
|
||||
}
|
||||
],
|
||||
contextTools: [
|
||||
{
|
||||
title: 'Number of Sides',
|
||||
label: 'sides'
|
||||
}
|
||||
]
|
||||
};
|
||||
Reference in New Issue
Block a user