-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathclp.xml
48 lines (43 loc) · 1.58 KB
/
clp.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
<?xml version="1.0" encoding="UTF-8"?>
<configs>
<!-- Warning: CLP uses the fist clp.xml found by looking at the following locations:
solution repository: /public/clp/clp.xml
plugin: pentaho-solutions/system/CLP/clp.xml
-->
<!-- The fist config in this file is the default one: -->
<config>
<name>SteelWheels</name>
<basepath>/public/plugin-samples/CLP</basepath>
<whitelist>\.wcdf$|\.prpti$|\.prpt$|\.xdash$|\.xanalyzer$|\.xaction$|\.xcdf$</whitelist>
<css>
<!-- If you build a new config, you may always want to keep this one -->
<file>/system/CLP/static/custom/css/clpCSS.css</file>
</css>
<js>
<!-- You may want to start a custom one based out of this -->
<file>/system/CLP/static/custom/js/clpJS.js</file>
</js>
<!-- embed using requireJS instead of iframes (currently only CTools dashboards)-->
<enableRequireJS>true</enableRequireJS>
</config>
<!--
You can have multiple configurations and select each one using the config parameter:
http://localhost:8080/pentaho/plugin/CLP/api/main?config=Financial
-->
<!--
<config>
<name>Financial</name>
<basepath>/public/financial reports</basepath>
<whitelist>\.wcdf$|\.prpti$|\.prpt$|\.xdash$|\.xanalyzer$|\.xaction$|\.xcdf$</whitelist>
<css>
!! You may always want to keep this one !!
<file>/system/CLP/static/custom/css/clpCSS.css</file>
<file>/public/financial reports/financial.css</file>
</css>
<js>
!! You can use clpJS.js to build this: !!
<file>/public/financial reports/financial.js</file>
</js>
</config>
-->
</configs>