-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathControlManifest.Input.xml
More file actions
27 lines (21 loc) · 1.25 KB
/
ControlManifest.Input.xml
File metadata and controls
27 lines (21 loc) · 1.25 KB
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
<?xml version="1.0" encoding="utf-8" ?>
<manifest>
<control namespace="sa" constructor="CollapsibleTextControl" version="0.0.1" display-name-key="CollapsibleTextControl" description-key="CollapsibleTextControl description" control-type="virtual" >
<external-service-usage enabled="false">
</external-service-usage>
<type-group name="Text">
<type>Multiple</type>
<type>SingleLine.Text</type>
<type>SingleLine.TextArea</type>
</type-group>
<property name="TextField" display-name-key="Text" of-type-group="Text" usage="bound" required="true" />
<property name="Formfieldheight" display-name-key="Form field height (Rows)" description-key="Max Height is 40 Rows" of-type="Whole.None" usage="input" required="true" />
<property name="autoAdjustHeight" display-name-key="Use all available vertical space" of-type="TwoOptions" usage="input" required="true" />
<property name="DefaultExpanded" display-name-key="Default Expandable" of-type="TwoOptions" usage="input" required="true" />
<resources>
<code path="index.ts" order="1"/>
<platform-library name="React" version="16.8.6" />
<platform-library name="Fluent" version="8.29.0" />
</resources>
</control>
</manifest>