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 => {
|
||||
tab => 'display',
|
||||
fieldType => 'integer',
|
||||
label => $i18n->get('stories per feed'),
|
||||
hoverHelp => $i18n->get('stories per feed help'),
|
||||
label => $i18n->get('stories per page'),
|
||||
hoverHelp => $i18n->get('stories per page help'),
|
||||
defaultValue => 25,
|
||||
},
|
||||
groupToPost => {
|
||||
|
|
@ -117,7 +117,7 @@ sub definition {
|
|||
label => $i18n->get('story template'),
|
||||
hoverHelp => $i18n->get('story template help'),
|
||||
namespace => 'Story',
|
||||
defaultValue => '',
|
||||
defaultValue => '3QpYtHrq_jmAk1FNutQM5A',
|
||||
},
|
||||
editStoryTemplateId => {
|
||||
tab => 'display',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue