mirror of
https://github.com/silverstripe/silverstripe-blog
synced 2024-10-22 11:05:58 +02:00
Better credits description in admin
This commit is contained in:
parent
604f9eb1f8
commit
342d2a3d2a
@ -122,7 +122,7 @@ class BlogPost extends Page {
|
||||
_t("BlogPost.AdditionalCredits", "Additional Credits"),
|
||||
null,
|
||||
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()) {
|
||||
$authorField = $authorField->performDisabledTransformation();
|
||||
$authorNames = $authorNames->performDisabledTransformation();
|
||||
|
Loading…
Reference in New Issue
Block a user