We have upgraded our solution from Sitecore 6.5 version to 8.1. Everything is working fine except one content editor reported issue that he is unable to see [shared] and [unversioned] label in front of fields in item as
Missing shared and unversioned label |
However admin user can see it.
Solution:-
Sitecore provides config setting for showing [shared] and
[unversioned] label in front of fields for content editor.
Make config entry as true in below key as
<!--
CONTENT EDITOR SHOW FIELD SHARING LABELS
Determines whether or not the Content Editor displays field sharing
labels ([shared] and [unversioned]) to users that are not Sitecore
administrators.
Default value: false
-->
<setting name="ContentEditor.ShowFieldSharingLabels" value="true"/>
Now content editor can also able to see the labels as
Shared and unversioned label |
No comments:
Post a Comment