Making a package, can some explain the Actions part of the Package
I am building a package, a simple one to start.
It is just a macro file and css.
I got as far as the action section of the package.
What specific actions am I using, installing the CSS and Macro.
Is that what I am looking for and how would I write it out
Making a package, can some explain the Actions part of the Package
I am building a package, a simple one to start. It is just a macro file and css. I got as far as the action section of the package. What specific actions am I using, installing the CSS and Macro. Is that what I am looking for and how would I write it out
Thanks Matthew Berner
Hi @Matthew,
If it is only a macro and a css file I don't think you will need a package action. (Docs : https://our.umbraco.com/documentation/Extending/Packages/Package-Actions/)
You will need to include them in the macro's and stylesheet section. See : https://our.umbraco.com/documentation/Extending/Packages/Creating-a-Package/
Best to create your package through the backoffice to see what adds to the package xml
Dave
Thanks Dave I will give a try Matthew Berner
is working on a reply...