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 #10687: i18n Asset_Product::buy_form_options
|
||||||
- fixed #10651: Dashboard Content positions
|
- fixed #10651: Dashboard Content positions
|
||||||
- fixed #10695: Adding a new article creates a new version tag
|
- 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
|
7.7.15
|
||||||
- fixed #10629: WebGUI::ProfileField create new field bug
|
- fixed #10629: WebGUI::ProfileField create new field bug
|
||||||
|
|
|
||||||
|
|
@ -97,32 +97,6 @@ our $HELP = {
|
||||||
related => []
|
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' => {
|
'story asset template variables' => {
|
||||||
private => 1,
|
private => 1,
|
||||||
title => 'story asset template variables title',
|
title => 'story asset template variables title',
|
||||||
|
|
@ -155,9 +129,6 @@ our $HELP = {
|
||||||
{ name => 'photo',
|
{ name => 'photo',
|
||||||
description => 'photo tmplvar',
|
description => 'photo tmplvar',
|
||||||
},
|
},
|
||||||
{ name => 'storageId',
|
|
||||||
description => 'storageId tmplvar',
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
related => []
|
related => []
|
||||||
},
|
},
|
||||||
|
|
|
||||||
|
|
@ -78,7 +78,7 @@ our $HELP = {
|
||||||
|
|
||||||
|
|
||||||
'keyword list template' => {
|
'keyword list template' => {
|
||||||
title => 'view template',
|
title => 'keyword list template',
|
||||||
body => '',
|
body => '',
|
||||||
isa => [
|
isa => [
|
||||||
{ namespace => "Asset_Template",
|
{ namespace => "Asset_Template",
|
||||||
|
|
|
||||||
|
|
@ -274,22 +274,12 @@ our $I18N = {
|
||||||
lastUpdated => 0,
|
lastUpdated => 0,
|
||||||
},
|
},
|
||||||
|
|
||||||
'storageId tmplvar' => {
|
|
||||||
message => q|The photo JSON blob from the Story asset.|,
|
|
||||||
lastUpdated => 0,
|
|
||||||
},
|
|
||||||
|
|
||||||
'ago' => {
|
'ago' => {
|
||||||
message => q|ago|,
|
message => q|ago|,
|
||||||
context => q|As in the phrase, Last updated 3 hours ago.|,
|
context => q|As in the phrase, Last updated 3 hours ago.|,
|
||||||
lastUpdated => 0,
|
lastUpdated => 0,
|
||||||
},
|
},
|
||||||
|
|
||||||
'storageId tmplvar' => {
|
|
||||||
message => q|The photo JSON blob from the Story asset.|,
|
|
||||||
lastUpdated => 0,
|
|
||||||
},
|
|
||||||
|
|
||||||
'story asset template variables title' => {
|
'story asset template variables title' => {
|
||||||
message => q|Story Asset Template Variables.|,
|
message => q|Story Asset Template Variables.|,
|
||||||
context => q|Title of a help page for asset level template variables.|,
|
context => q|Title of a help page for asset level template variables.|,
|
||||||
|
|
|
||||||
|
|
@ -171,6 +171,12 @@ our $I18N = {
|
||||||
lastUpdated => 0,
|
lastUpdated => 0,
|
||||||
},
|
},
|
||||||
|
|
||||||
|
'keyword list template' => {
|
||||||
|
message => q|Story Archive, Keyword List Template|,
|
||||||
|
context => q|Title of a help page.|,
|
||||||
|
lastUpdated => 0,
|
||||||
|
},
|
||||||
|
|
||||||
'view template' => {
|
'view template' => {
|
||||||
message => q|Story Archive, View Template|,
|
message => q|Story Archive, View Template|,
|
||||||
context => q|Title of a help page.|,
|
context => q|Title of a help page.|,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue