Add context option "label" to sonata_media configuration. It will be shown in dropdowns in Sonata Admin (for example in Sonata\MediaBundle\Block\GalleryBlockService line 132 would be:
$contextChoices[$label] = $name;
If label is not defined, fallback would be name (same as now)
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Feature Request
Add context option "label" to sonata_media configuration. It will be shown in dropdowns in Sonata Admin (for example in Sonata\MediaBundle\Block\GalleryBlockService line 132 would be:
$contextChoices[$label] = $name;
If label is not defined, fallback would be name (same as now)