Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Kevin 15 posts 146 karma points
    Apr 21, 2016 @ 14:36
    Kevin
    0

    Custom grid editor help

    See image below:

    Where can I edit that "Image caption.." - I cannot find it anywhere in my code..

    Thanks,

    Kevin

  • Marc Goodson 1451 posts 9716 karma points MVP 5x c-trib
    Apr 21, 2016 @ 18:53
    Marc Goodson
    101

    Hi Kevin

    In the appropriate Language file

    eg. /umbraco/config/lang/en.xml or /umbraco/config/lang/en_us.xml

    depending on your language setting

    it is the 'placeholderImageCaption'

    and it is the /umbraco/views/propertyeditors/grid/editors/media.html

    grid media picker thing that references it here:

     <input type="text" class="caption" ng-model="control.value.caption" localize="placeholder" placeholder="@grid_placeholderImageCaption" />
    

    regards

    Marc

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies