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
Hey!
Is it possible to edit the Umbraco backoffice? Lets say I would like to edit the "Welcome to Umbraco" text into Welcome to Company name Umbraco. In Umbraco 11.
I would also like to be able to edit the the HTML in media and settings the same way.
If this is possible, how do I do this?
Regards, Erik
Hi Erik
There is a good tutorial here about how you can create your own Welcome Dashboard:
https://docs.umbraco.com/umbraco-cms/tutorials/creating-a-custom-dashboard
that might give you an insight into how these things are configured.
Additionally, key terms in the backoffice are 'translatable' (and so therefore editable via a set of Language Keys
https://github.com/umbraco/Umbraco-CMS/blob/d9dced55c4ed86ef979b34277534fd48f852013b/src/Umbraco.Core/EmbeddedResources/Lang/en.xml#L4
more info about Language Files and Localisation here:
https://docs.umbraco.com/umbraco-cms/extending/language-files
regards
Marc
I will take a look at this, thanks!
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Edit backoffice?
Hey!
Is it possible to edit the Umbraco backoffice? Lets say I would like to edit the "Welcome to Umbraco" text into Welcome to Company name Umbraco. In Umbraco 11.
I would also like to be able to edit the the HTML in media and settings the same way.
If this is possible, how do I do this?
Regards, Erik
Hi Erik
There is a good tutorial here about how you can create your own Welcome Dashboard:
https://docs.umbraco.com/umbraco-cms/tutorials/creating-a-custom-dashboard
that might give you an insight into how these things are configured.
Additionally, key terms in the backoffice are 'translatable' (and so therefore editable via a set of Language Keys
https://github.com/umbraco/Umbraco-CMS/blob/d9dced55c4ed86ef979b34277534fd48f852013b/src/Umbraco.Core/EmbeddedResources/Lang/en.xml#L4
more info about Language Files and Localisation here:
https://docs.umbraco.com/umbraco-cms/extending/language-files
regards
Marc
I will take a look at this, thanks!
is working on a reply...