template variable work
This commit is contained in:
parent
b7957742bc
commit
e19ab5f67a
8 changed files with 380 additions and 218 deletions
|
|
@ -7,6 +7,33 @@ our $HELP = {
|
|||
body => 'admin bar body',
|
||||
fields => [
|
||||
],
|
||||
variables => [
|
||||
{
|
||||
'name' => 'adminbar_loop',
|
||||
'variables' => [
|
||||
{
|
||||
'name' => 'label'
|
||||
},
|
||||
{
|
||||
'name' => 'name'
|
||||
},
|
||||
{
|
||||
'name' => 'items',
|
||||
'variables' => [
|
||||
{
|
||||
'name' => 'title'
|
||||
},
|
||||
{
|
||||
'name' => 'url'
|
||||
},
|
||||
{
|
||||
'name' => 'icon'
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
related => [
|
||||
{
|
||||
tag => 'macros using',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue