-
Notifications
You must be signed in to change notification settings - Fork 4
/
config.xml
29 lines (26 loc) · 1010 Bytes
/
config.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
<?xml version="1.0" encoding="UTF-8"?>
<configs>
<!--
Warning: Plugin uses the fist config.xml file found, so, :
plugin: pentaho-solutions/system/layoutEditor/config.xml
solution repository: /public/config/layoutEditor/config.xml
-->
<!-- The fist config in this file is the default one: -->
<config>
<configname>default</configname>
<basepaths>
<path>/public/plugin-samples/Layout Editor/Sample/</path>
<!--<path>/public/clp</path>-->
</basepaths>
<widgetsPath>Widgets/</widgetsPath>
<templatespath>Templates/</templatespath>
<!--<templatespath>/public/plugin-samples/Layout Editor/Sample/Templates/</templatespath>-->
<defaulttemplate>template.wcdf</defaulttemplate>
<tmppath>tmp/</tmppath>
<whitelist>Widgets.*</whitelist>
<!--<whitelist>(/public/Layout Editor/Widgets.*)</whitelist>-->
<showgroups>true</showgroups>
<filetype>*.wcdf|FILES</filetype>
<showhidden>false</showhidden>
</config>
</configs>