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 2149 posts 14377 karma points MVP 9x 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

Please Sign in or register to post replies

Write your reply to:

Draft