mirror of
https://github.com/silverstripe/silverstripe-blog
synced 2024-10-22 11:05:58 +02:00
Merge pull request #171 from assertchris/pulls/2.0/better-credits-description
Better credits description in admin
This commit is contained in:
commit
4e1b4afb6c
@ -122,7 +122,7 @@ class BlogPost extends Page {
|
|||||||
_t("BlogPost.AdditionalCredits", "Additional Credits"),
|
_t("BlogPost.AdditionalCredits", "Additional Credits"),
|
||||||
null,
|
null,
|
||||||
1024
|
1024
|
||||||
)->setDescription('Comma separated list of names');
|
)->setDescription('If some authors of this post don\'t have CMS access, enter their name(s) here. You can separate multiple names with a comma.');
|
||||||
if(!$self->canEditAuthors()) {
|
if(!$self->canEditAuthors()) {
|
||||||
$authorField = $authorField->performDisabledTransformation();
|
$authorField = $authorField->performDisabledTransformation();
|
||||||
$authorNames = $authorNames->performDisabledTransformation();
|
$authorNames = $authorNames->performDisabledTransformation();
|
||||||
|
Loading…
Reference in New Issue
Block a user