moondoan
07/19/2024, 2:31 AMSteven (he/him)
07/19/2024, 5:30 AMdotnet new
like so: https://docs.umbraco.com/umbraco-cms/fundamentals/setup/install/install-umbraco-with-templatesSteven (he/him)
07/19/2024, 5:32 AMmoondoan
07/19/2024, 8:00 AMUmbraco.templates
to edit more styles for the Login screen
or Umbraco.Web.Ui.Client
. In the source code, I see that it can be run directly in Umbraco.Web.UI
, so can I build my own .template.config
to customize it?Steven (he/him)
07/19/2024, 8:15 AMSteven (he/him)
07/19/2024, 8:16 AMmoondoan
07/19/2024, 8:22 AMlayout
and style
. I prefer the Umbraco.Templates
template that has been pushed to nuget public (dotnet new install Umbraco.Templates::13.4.1 --force
), and I see that there is a project in the source with a similar name "Umbraco.Templates". So I want to know if it is possible to customize it, because if it is possible, I can just create a local nuget to install the application concisely (instead of having to use the entire source code to be able to customize freely, which is not recommended)moondoan
07/19/2024, 8:28 AMUmbraco.Web.UI.Login
project. Then I built it according to the documentation to create local nuget packages. But when I run dotnet new umbraco...
, it doesn't recognize the changes I made to the Login screen.
dotnet new install Build.Out/Umbraco.Templates.13.4.1.nupkg
HOW CAN I FIX IT?
https://cdn.discordapp.com/attachments/1263684730319147039/1263774496435863663/image.png?ex=669b7537&is=669a23b7&hm=0a1fc38f2576393494bbc176bdd8cd53d49d40e5cebcd51b693018c33849b09e&
https://cdn.discordapp.com/attachments/1263684730319147039/1263774496809287801/image.png?ex=669b7537&is=669a23b7&hm=d47ca9b2ffea2e385f144708a6e9c28ee227f77f19a2abd53668902ac12bc3ab&Steven (he/him)
07/19/2024, 9:27 AMmoondoan
07/19/2024, 10:14 AMUmbraco.Web.Ui.Login
, it will be generated into Umbraco.Cms.StaticAssets
.
But I don't understand how to add it to Umbraco.Templates
. This StaticAssets section will only be generated when running the website to the /umbraco/login
link, so I don't know where it is in the local nuget packages.
Do I have to install each nuget package manually?
https://cdn.discordapp.com/attachments/1263684730319147039/1263801171211063388/image.png?ex=669b8e0f&is=669a3c8f&hm=eed252d894adb4a62d739f3d8d1eef4d217242a661408d7343bb6174cb5331da&Jason
07/22/2024, 4:43 PMmoondoan
07/23/2024, 7:58 AMUmbraco.Web.UI.Login
frontend part could be extracted independently so that it could be easily modified when installed from a template. After all, it's a web component that uses Lit and Vitejs.A hub and casual space for you to interact with fellow community members and learn more about Umbraco!
Powered by