warLock
01/28/2025, 1:06 AMSebastiaan
01/28/2025, 10:19 AMdotnet new umbraco-extension
as described a bit more here: https://kjac.dev/posts/rebuilding-a-package-for-umbraco-15/
No need to follow the whole article, just to get you started with the right setup for making Umbraco extensions.
AI will absolutely not help you as the models are 1-2 years behind and don't know anything about Umbraco after v13 😦warLock
01/28/2025, 10:29 AMwarLock
01/28/2025, 10:31 AMSebastiaan
01/28/2025, 11:14 AMwarLock
01/28/2025, 11:21 AMSebastiaan
01/28/2025, 11:26 AMwarLock
01/28/2025, 11:41 AMskttl
01/28/2025, 1:34 PMskttl
01/28/2025, 1:35 PMSebastiaan
01/28/2025, 2:39 PMSebastiaan
01/28/2025, 2:45 PMSebastiaan
01/28/2025, 3:23 PMexport const manifests = [section];
Attached is a complete example of how far I got. You should be able to pick the section now.
Umbraco.Extensions.Extension\Client
has the source code for the section (run npm install && npm run build
in that directory) and Umbraco.Extensions.Test
is the Umbraco project to run.
Username: test@test.com
Password: test123456
https://cdn.discordapp.com/attachments/1333604093654073364/1333819796743262360/Umbraco.Extensions.Test.zip?ex=679a47fc&is=6798f67c&hm=0569ee21eb997814a7bd0a2d1108acb90186350afde9405def7402f175578ade&
https://cdn.discordapp.com/attachments/1333604093654073364/1333819797363757106/image.png?ex=679a47fc&is=6798f67c&hm=5fb4ee6b681c2d96a6bb32a2ccee6909d2602decf21f739b9b731d71f3c27ccc&warLock
01/28/2025, 7:26 PMwarLock
01/28/2025, 7:28 PM