Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
See image below:
Where can I edit that "Image caption.." - I cannot find it anywhere in my code..
Thanks,
Kevin
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
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Custom grid editor help
See image below:
Where can I edit that "Image caption.." - I cannot find it anywhere in my code..
Thanks,
Kevin
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:
regards
Marc
is working on a reply...