template variable breakout
This commit is contained in:
parent
74d9fb12ea
commit
c9b5852614
5 changed files with 547 additions and 351 deletions
|
|
@ -26,12 +26,35 @@ our $HELP = {
|
|||
},
|
||||
],
|
||||
},
|
||||
|
||||
'weatherdata template' => {
|
||||
title => 'WeatherData template title',
|
||||
body => 'WeatherData template description',
|
||||
fields => [
|
||||
],
|
||||
related => [
|
||||
variables => [
|
||||
{
|
||||
'name' => 'ourLocations.loop',
|
||||
'variables' => [
|
||||
{
|
||||
'name' => 'query'
|
||||
},
|
||||
{
|
||||
'name' => 'cityState'
|
||||
},
|
||||
{
|
||||
'name' => 'sky'
|
||||
},
|
||||
{
|
||||
'name' => 'tempF'
|
||||
},
|
||||
{
|
||||
'name' => 'iconUrl'
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
related => [
|
||||
{
|
||||
tag => 'weather data add/edit',
|
||||
namespace => 'Asset_WeatherData'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue