|
|
@ -235,6 +235,8 @@ class Initializer :
|
|
|
|
uri = f'{_context}/{_text}'
|
|
|
|
uri = f'{_context}/{_text}'
|
|
|
|
# _items.append ({"text":_text,'uri':uri,'type':'open'})
|
|
|
|
# _items.append ({"text":_text,'uri':uri,'type':'open'})
|
|
|
|
_label = _item['menu']
|
|
|
|
_label = _item['menu']
|
|
|
|
|
|
|
|
if _text in _overwrite :
|
|
|
|
|
|
|
|
_text = _overwrite[_text]['text']
|
|
|
|
if _label not in _menu :
|
|
|
|
if _label not in _menu :
|
|
|
|
_menu [_label] = []
|
|
|
|
_menu [_label] = []
|
|
|
|
_menu[_label].append ({"text":_text,'uri':uri,'type':'open'})
|
|
|
|
_menu[_label].append ({"text":_text,'uri':uri,'type':'open'})
|
|
|
|