Added Level Editor page breadcrumbs.
This commit is contained in:
parent
f43dd2f3ff
commit
47b37426d0
1 changed files with 2 additions and 0 deletions
|
@ -30,6 +30,8 @@ module.exports = class ThangTypeHomeView extends View
|
|||
context = super()
|
||||
context.modelLabel = @modelLabel
|
||||
switch @modelLabel
|
||||
when 'Level'
|
||||
context.currentEditor = 'editor.level_title'
|
||||
when 'Thang Type'
|
||||
context.currentEditor = 'editor.thang_title'
|
||||
when 'Article'
|
||||
|
|
Reference in a new issue