Hi. I am trying to make a test setup, where i have generated a package.xml from one Umbraco system. Then i have added that package.xml to a folder in the "App_Plugins" of my c# Umbraco Package project.
Basically just been following the steps on this guide
https://docs.umbraco.com/umbraco-cms/extending/packages/creating-a-package, And when i import the package with Package manager, the package is showing up in the project and in Backoffice as installed. But the content is not added and macro not added.
Heres the package.manifest
{
"id": "test.Macro",
"name": "test.Macro",
"version": "1.0.0",
"allowPackageTelemetry": true,
"packageView": "~/Views/MacroPartials/testmacro.cshtml",
"javascript": [
"/App_Plugins/text.Macro/test.Macro.js"
],
"parameterEditors": [
{
"alias": "text1",
"name": "Text 1",
"isParameterEditor": true,
"editor": {
"view": "TextBox",
"valueType": "STRING"
}
},
{
"alias": "text2",
"name": "Text 2",
"isParameterEditor": true,
"editor": {
"view": "TextBox",
"valueType": "STRING"
}
},
{
"alias": "text3",
"name": "Text 3",
"isParameterEditor": true,
"editor": {
"view": "TextBox",
"valueType": "STRING"
}
},
{
"alias": "text4",
"name": "Text 4",
"isParameterEditor": true,
"editor": {
"view": "TextBox",
"valueType": "STRING"
}
}
]
}
And i have uploaded the
package.xml
Besides the default files/dependencies from the The Umbraco Package project, it only contains the files in the App_Plugins -> test.marco folder.
What am i doing wrong?:)
https://cdn.discordapp.com/attachments/1162000149791395850/1162000149904638014/package.xml?ex=653a57f8&is=6527e2f8&hm=1ca358837f6cacd7663cf72231929baf6cbb36b483edf3f379e41ac83704bbc3&