mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-22 19:25:18 -04:00
Extract modeType
This commit is contained in:
parent
18a6f9063e
commit
68ccee20b3
3 changed files with 15 additions and 13 deletions
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'
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue