|
| 1 | +<dotnetnuke type="Package" version="5.0"> |
| 2 | + <packages> |
| 3 | + <package name="quill" type="JavaScript_Library" version="0.20.0"> |
| 4 | + <friendlyName>Quill Rich Text Editor</friendlyName> |
| 5 | + <description><![CDATA[ |
| 6 | +<p>Quill is a modern rich text editor built for compatibility and extensibility. It was created by <a href="https://twitter.com/jhchen">Jason Chen</a> and <a href="https://twitter.com/byronmilligan">Byron Milligan</a> and open sourced by <a href="http://www.salesforce.com">Salesforce.com</a>.</p> |
| 7 | +<p>To get started, check out the <a href="http://quilljs.com/">Quill Github Page</a> or jump straight into the <a href="http://quilljs.com/examples/">demo</a>.</p> |
| 8 | + ]]></description> |
| 9 | + <owner> |
| 10 | + <name>Engage Software</name> |
| 11 | + <organization>Engage Software</organization> |
| 12 | + <url>http://www.engagesoftware.com</url> |
| 13 | + <email>support@engagesoftware.com</email> |
| 14 | + </owner> |
| 15 | + <license src="LICENSE.htm" /> |
| 16 | + <releaseNotes src="CHANGES.htm" /> |
| 17 | + <azureCompatible>true</azureCompatible> |
| 18 | + <components> |
| 19 | + <component type="JavaScript_Library"> |
| 20 | + <javaScriptLibrary> |
| 21 | + <libraryName>quill</libraryName> |
| 22 | + <fileName>quill.min.js</fileName> |
| 23 | + <preferredScriptLocation>BodyBottom</preferredScriptLocation> |
| 24 | + <CDNPath>https://cdn.quilljs.com/0.20.0/quill.min.js</CDNPath> |
| 25 | + <objectName>Quill</objectName> |
| 26 | + </javaScriptLibrary> |
| 27 | + </component> |
| 28 | + <component type="JavaScriptFile"> |
| 29 | + <jsfiles> |
| 30 | + <libraryFolderName>quill</libraryFolderName> |
| 31 | + <jsfile> |
| 32 | + <name>quill.min.js</name> |
| 33 | + </jsfile> |
| 34 | + </jsfiles> |
| 35 | + </component> |
| 36 | + <component type="ResourceFile"> |
| 37 | + <resourceFiles> |
| 38 | + <basePath>Resources\Libraries\quill\00_20_00</basePath> |
| 39 | + <resourceFile> |
| 40 | + <name>Resources.zip</name> |
| 41 | + </resourceFile> |
| 42 | + </resourceFiles> |
| 43 | + </component> |
| 44 | + </components> |
| 45 | + </package> |
| 46 | + </packages> |
| 47 | +</dotnetnuke> |
0 commit comments