Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow specifying iconUrl #12

Open
bjarnef opened this issue Apr 19, 2017 · 0 comments
Open

Allow specifying iconUrl #12

bjarnef opened this issue Apr 19, 2017 · 0 comments

Comments

@bjarnef
Copy link

bjarnef commented Apr 19, 2017

In the latest versions of Umbraco, I think when the new packager was implemented in developer section, the package.xml has a iconUrl, which is used when uploading a local package (.zip) in Umbraco backoffice.

<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<umbPackage>
  <files />
  <info>
    <package>
      <name>Test</name>
      <version>1.0.0</version>
      <iconUrl />
      <license url="http://opensource.org/licenses/MIT">MIT License</license>
      <url>http://our.umbraco.org</url>
      <requirements type="strict">
        <major>7</major>
        <minor>5</minor>
        <patch>9</patch>
      </requirements>
    </package>
    <author>
      <name>Bjarne Fyrstenborg</name>
      <website>www.bjarnefyrstenborg.dk</website>
    </author>
    <readme><![CDATA[]]></readme>
  </info>
  <DocumentTypes />
  <Templates />
  <Stylesheets />
  <Macros />
  <DictionaryItems />
  <Languages />
  <DataTypes />
</umbPackage>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant