PS-2023.1.2 <rodude123@rodude123s-yoga7 Update applicationLibraries.xml, Zen HTML.xml

This commit is contained in:
Rohit Pai 2023-06-12 15:26:33 +01:00
parent 1fee32f2f6
commit 5f2036a984
2 changed files with 41 additions and 0 deletions

View File

@ -12,5 +12,45 @@
<JAVADOC /> <JAVADOC />
<SOURCES /> <SOURCES />
</library> </library>
<library name="katex" type="javaScript">
<properties>
<sourceFilesUrls>
<item url="file://$APPLICATION_CONFIG_DIR$/javascript/extLibs/http_cdn.jsdelivr.net_npm_katex@0.16.7_dist_contrib_auto-render.js" />
<item url="file://$APPLICATION_CONFIG_DIR$/javascript/extLibs/http_cdn.jsdelivr.net_npm_katex@0.16.7_dist_katex.css.js" />
<item url="file://$APPLICATION_CONFIG_DIR$/javascript/extLibs/http_cdn.jsdelivr.net_npm_katex@0.16.7_dist_katex.js" />
</sourceFilesUrls>
</properties>
<CLASSES>
<root url="file://$APPLICATION_CONFIG_DIR$/javascript/extLibs/http_cdn.jsdelivr.net_npm_katex@0.16.7_dist_contrib_auto-render.js" />
<root url="file://$APPLICATION_CONFIG_DIR$/javascript/extLibs/http_cdn.jsdelivr.net_npm_katex@0.16.7_dist_katex.css.js" />
<root url="file://$APPLICATION_CONFIG_DIR$/javascript/extLibs/http_cdn.jsdelivr.net_npm_katex@0.16.7_dist_katex.js" />
</CLASSES>
<JAVADOC />
<SOURCES />
</library>
<library name="quill" type="javaScript">
<properties>
<sourceFilesUrls>
<item url="file://$APPLICATION_CONFIG_DIR$/javascript/extLibs/http_cdn.quilljs.com_1.3.6_quill.js" />
</sourceFilesUrls>
</properties>
<CLASSES>
<root url="file://$APPLICATION_CONFIG_DIR$/javascript/extLibs/http_cdn.quilljs.com_1.3.6_quill.js" />
</CLASSES>
<JAVADOC />
<SOURCES />
</library>
<library name="quill.snow" type="javaScript">
<properties>
<sourceFilesUrls>
<item url="file://$APPLICATION_CONFIG_DIR$/javascript/extLibs/http_cdn.quilljs.com_1.3.6_quill.snow.css.js" />
</sourceFilesUrls>
</properties>
<CLASSES>
<root url="file://$APPLICATION_CONFIG_DIR$/javascript/extLibs/http_cdn.quilljs.com_1.3.6_quill.snow.css.js" />
</CLASSES>
<JAVADOC />
<SOURCES />
</library>
</component> </component>
</application> </application>

View File

@ -2,6 +2,7 @@
<template name="label" value="&lt;label for=&quot;$VAR0$&quot;&gt;$END$&lt;/label&gt;" description="&lt;label for=&quot;...&quot;&gt;...&lt;/label&gt;" toReformat="true" toShortenFQNames="true"> <template name="label" value="&lt;label for=&quot;$VAR0$&quot;&gt;$END$&lt;/label&gt;" description="&lt;label for=&quot;...&quot;&gt;...&lt;/label&gt;" toReformat="true" toShortenFQNames="true">
<variable name="VAR0" expression="" defaultValue="&quot;&quot;" alwaysStopAt="true" /> <variable name="VAR0" expression="" defaultValue="&quot;&quot;" alwaysStopAt="true" />
<variable name="id" expression="" defaultValue="" alwaysStopAt="true" /> <variable name="id" expression="" defaultValue="" alwaysStopAt="true" />
<variable name="class" expression="" defaultValue="" alwaysStopAt="true" />
<context /> <context />
</template> </template>
</templateSet> </templateSet>