Try our conversational search powered by Generative AI!

Add new field to epi-cmsEditingForm

Vote:
 

Hi all,

We have a request to show the full URL of an image in the epi-cmsEditing form: http://prntscr.com/fjklry

We don't want to be able to change this path, if more for information proposes.

How we can do this?

#179503
Jun 14, 2017 10:11
Vote:
 

what about read-only field with group name page header (just specualting, haven't tested)?

public class Page : PageData 
{
    [ReadOnly]
    [Display(GroupName = SystemTabNames.PageHeader)]
    public virtual string FullUrl
    {
        get
        {
            // return url via UrlResovler
        }
    }
}
#179519
Jun 14, 2017 16:24
This topic was created over six months ago and has been resolved. If you have a similar question, please create a new topic and refer to this one.
* You are NOT allowed to include any hyperlinks in the post because your account hasn't associated to your company. User profile should be updated.