Package Deploying to marketplace
b
what happened to downloading zip file like in backoffice we could add author name , contributors , readme and such , now i cant see that field, im in version 12.3.0 https://cdn.discordapp.com/attachments/1194167857295138896/1194167857500651550/Screenshot_2024-01-09_122128.png?ex=65af5e7b&is=659ce97b&hm=fdee286561279be1df048bd6450df90df63254215b096f0d091d2a5ef3478d21&
s
This is no longer creating a full package since packages are NuGet only since v9. You can still export these items and make them part of your package, that's why this is exporting a zip file with all the XML definitions in it. Read more here: https://docs.umbraco.com/umbraco-cms/extending/packages/creating-a-package And if you're creating a package I would highly recommend starting with the Opinionated Package Starter: https://github.com/LottePitcher/opinionated-package-starter - this will help you more easily fill in things like authors and readme and such.
b
thanks @Sebastiaan
9 Views