Fix label typos in storiesPerPage.
Add Story templateId.
This commit is contained in:
parent
8f933d96f5
commit
06790fa72b
1 changed files with 3 additions and 3 deletions
|
|
@ -92,8 +92,8 @@ sub definition {
|
||||||
storiesPerPage => {
|
storiesPerPage => {
|
||||||
tab => 'display',
|
tab => 'display',
|
||||||
fieldType => 'integer',
|
fieldType => 'integer',
|
||||||
label => $i18n->get('stories per feed'),
|
label => $i18n->get('stories per page'),
|
||||||
hoverHelp => $i18n->get('stories per feed help'),
|
hoverHelp => $i18n->get('stories per page help'),
|
||||||
defaultValue => 25,
|
defaultValue => 25,
|
||||||
},
|
},
|
||||||
groupToPost => {
|
groupToPost => {
|
||||||
|
|
@ -117,7 +117,7 @@ sub definition {
|
||||||
label => $i18n->get('story template'),
|
label => $i18n->get('story template'),
|
||||||
hoverHelp => $i18n->get('story template help'),
|
hoverHelp => $i18n->get('story template help'),
|
||||||
namespace => 'Story',
|
namespace => 'Story',
|
||||||
defaultValue => '',
|
defaultValue => '3QpYtHrq_jmAk1FNutQM5A',
|
||||||
},
|
},
|
||||||
editStoryTemplateId => {
|
editStoryTemplateId => {
|
||||||
tab => 'display',
|
tab => 'display',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue