Extract modeType
This commit is contained in:
11
public/js/lib/editor/modeType.js
Normal file
11
public/js/lib/editor/modeType.js
Normal file
@@ -0,0 +1,11 @@
|
||||
export default {
|
||||
edit: {
|
||||
name: 'edit'
|
||||
},
|
||||
view: {
|
||||
name: 'view'
|
||||
},
|
||||
both: {
|
||||
name: 'both'
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user