Fix i18n and Help for StoryArchive, Story
This commit is contained in:
parent
bd924e8f88
commit
aa1fcf4b67
5 changed files with 8 additions and 40 deletions
|
|
@ -28,6 +28,7 @@
|
|||
- fixed #10687: i18n Asset_Product::buy_form_options
|
||||
- fixed #10651: Dashboard Content positions
|
||||
- fixed #10695: Adding a new article creates a new version tag
|
||||
- fixed #10693: double titels in help for Story Archive view template
|
||||
|
||||
7.7.15
|
||||
- fixed #10629: WebGUI::ProfileField create new field bug
|
||||
|
|
|
|||
|
|
@ -97,32 +97,6 @@ our $HELP = {
|
|||
related => []
|
||||
},
|
||||
|
||||
'story asset template variables' => {
|
||||
private => 1,
|
||||
title => 'story asset template variables title',
|
||||
body => '',
|
||||
isa => [
|
||||
{ namespace => 'Asset',
|
||||
tag => 'asset template asset variables'
|
||||
},
|
||||
],
|
||||
fields => [],
|
||||
variables => [
|
||||
{ name => 'headline',
|
||||
description => 'headline tmplvar',
|
||||
},
|
||||
{ name => 'subtitle',
|
||||
description => 'subtitle tmplvar',
|
||||
},
|
||||
{ name => 'byline',
|
||||
description => 'byline tmplvar',
|
||||
},
|
||||
{ name => 'updatedTime', },
|
||||
{ name => 'updatedTimeEpoch', },
|
||||
],
|
||||
related => []
|
||||
},
|
||||
|
||||
'story asset template variables' => {
|
||||
private => 1,
|
||||
title => 'story asset template variables title',
|
||||
|
|
@ -155,9 +129,6 @@ our $HELP = {
|
|||
{ name => 'photo',
|
||||
description => 'photo tmplvar',
|
||||
},
|
||||
{ name => 'storageId',
|
||||
description => 'storageId tmplvar',
|
||||
},
|
||||
],
|
||||
related => []
|
||||
},
|
||||
|
|
|
|||
|
|
@ -78,7 +78,7 @@ our $HELP = {
|
|||
|
||||
|
||||
'keyword list template' => {
|
||||
title => 'view template',
|
||||
title => 'keyword list template',
|
||||
body => '',
|
||||
isa => [
|
||||
{ namespace => "Asset_Template",
|
||||
|
|
|
|||
|
|
@ -274,22 +274,12 @@ our $I18N = {
|
|||
lastUpdated => 0,
|
||||
},
|
||||
|
||||
'storageId tmplvar' => {
|
||||
message => q|The photo JSON blob from the Story asset.|,
|
||||
lastUpdated => 0,
|
||||
},
|
||||
|
||||
'ago' => {
|
||||
message => q|ago|,
|
||||
context => q|As in the phrase, Last updated 3 hours ago.|,
|
||||
lastUpdated => 0,
|
||||
},
|
||||
|
||||
'storageId tmplvar' => {
|
||||
message => q|The photo JSON blob from the Story asset.|,
|
||||
lastUpdated => 0,
|
||||
},
|
||||
|
||||
'story asset template variables title' => {
|
||||
message => q|Story Asset Template Variables.|,
|
||||
context => q|Title of a help page for asset level template variables.|,
|
||||
|
|
|
|||
|
|
@ -171,6 +171,12 @@ our $I18N = {
|
|||
lastUpdated => 0,
|
||||
},
|
||||
|
||||
'keyword list template' => {
|
||||
message => q|Story Archive, Keyword List Template|,
|
||||
context => q|Title of a help page.|,
|
||||
lastUpdated => 0,
|
||||
},
|
||||
|
||||
'view template' => {
|
||||
message => q|Story Archive, View Template|,
|
||||
context => q|Title of a help page.|,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue