- Rebuilt AdminBar. Now renders faster, and has categories in the new content
menu. - Reconfigured asset configuration file properties
This commit is contained in:
parent
aaa1e0ab0e
commit
564fea1583
9 changed files with 904 additions and 417 deletions
|
|
@ -1,26 +0,0 @@
|
|||
package WebGUI::Help::Macro_AdminBar;
|
||||
use strict;
|
||||
|
||||
our $HELP = {
|
||||
|
||||
'admin bar' => {
|
||||
title => 'admin bar title',
|
||||
body => '',
|
||||
fields => [],
|
||||
variables => [
|
||||
{ 'name' => 'adminbar_loop',
|
||||
'variables' => [
|
||||
{ 'name' => 'label' },
|
||||
{ 'name' => 'name' },
|
||||
{ 'name' => 'items',
|
||||
'variables' => [ { 'name' => 'title' }, { 'name' => 'url' }, { 'name' => 'icon' } ]
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
related => []
|
||||
},
|
||||
|
||||
};
|
||||
|
||||
1;
|
||||
Loading…
Add table
Add a link
Reference in a new issue